aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2014-08-16 14:02:21 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-16 14:02:21 +0000
commitc9240d280c2a49ed09069be36a0e3dae05ac0e69 (patch)
treec507c5dc515e73944cccab12b160f00d1edc79ea /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parentef0808e705ad221384f4942089e2f4d354dfcb96 (diff)
parent18ac3c8afd06c237a2935abad130aa3b99b5004b (diff)
downloadlatinime-c9240d280c2a49ed09069be36a0e3dae05ac0e69.tar.gz
latinime-c9240d280c2a49ed09069be36a0e3dae05ac0e69.tar.xz
latinime-c9240d280c2a49ed09069be36a0e3dae05ac0e69.zip
am 18ac3c8a: am 16a43d2b: Let the backing view cover the entire content area
* commit '18ac3c8afd06c237a2935abad130aa3b99b5004b': Let the backing view cover the entire content area
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 6c4d80ecb..9b8c38a2d 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
@@ -219,8 +219,8 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
mStripVisibilityGroup.showSuggestionsStrip();
}
- public int setMoreSuggestionsHeight(final int remainingHeight) {
- return mLayoutHelper.setMoreSuggestionsHeight(remainingHeight);
+ public void setMoreSuggestionsHeight(final int remainingHeight) {
+ mLayoutHelper.setMoreSuggestionsHeight(remainingHeight);
}
public boolean isShowingAddToDictionaryHint() {