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 11:48:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-09 11:48:33 +0000
commitf76264dcf4942a0e2685a9f816f7581b3d9d76fb (patch)
tree88962a028b319dafc685a17f94e42b60f2d82f77 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parent14f5cec07b173a2de924f495b2929a795967a494 (diff)
parent2dfcfc5013eee2fbd19a5830ff70943bd6c1bee2 (diff)
downloadlatinime-f76264dcf4942a0e2685a9f816f7581b3d9d76fb.tar.gz
latinime-f76264dcf4942a0e2685a9f816f7581b3d9d76fb.tar.xz
latinime-f76264dcf4942a0e2685a9f816f7581b3d9d76fb.zip
Merge "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() {