Searched refs:remainingHeight (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java222 public void setMoreSuggestionsHeight(final int remainingHeight) { argument
223 mLayoutHelper.setMoreSuggestionsHeight(remainingHeight);
H A DSuggestionStripLayoutHelper.java173 public void setMoreSuggestionsHeight(final int remainingHeight) { argument
175 if (currentHeight <= remainingHeight) {
179 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap)

Completed in 259 milliseconds