aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-08-09 04:53:48 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-09 04:53:48 -0700
commit3f75c04144e0ea7a24164fc91257b51a4f93a37b (patch)
treebe6ce019c01e94183b595d84ba6864b6861d1f94 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parent119258153e08a4b61e29ac71599419410a014507 (diff)
parentf76264dcf4942a0e2685a9f816f7581b3d9d76fb (diff)
downloadlatinime-3f75c04144e0ea7a24164fc91257b51a4f93a37b.tar.gz
latinime-3f75c04144e0ea7a24164fc91257b51a4f93a37b.tar.xz
latinime-3f75c04144e0ea7a24164fc91257b51a4f93a37b.zip
am f76264dc: Merge "Remove key preview backing view"
* commit 'f76264dcf4942a0e2685a9f816f7581b3d9d76fb': Remove key preview backing view
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
index a8a14a825..2644f3c9c 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
@@ -135,8 +135,8 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
}
}
- public int setMoreSuggestionsHeight(final int remainingHeight) {
- return mLayoutHelper.setMoreSuggestionsHeight(remainingHeight);
+ public void setMoreSuggestionsHeight(final int remainingHeight) {
+ mLayoutHelper.setMoreSuggestionsHeight(remainingHeight);
}
public boolean isShowingAddToDictionaryHint() {