Searched refs:setMoreSuggestionsHeight (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java208 public void setMoreSuggestionsHeight(final int remainingHeight) { method in class:SuggestionStripView
209 mLayoutHelper.setMoreSuggestionsHeight(remainingHeight);
H A DSuggestionStripLayoutHelper.java170 public void setMoreSuggestionsHeight(final int remainingHeight) { method in class:SuggestionStripLayoutHelper
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1171 mSuggestionStripView.setMoreSuggestionsHeight(visibleTopY);

Completed in 43 milliseconds