HomeSort by relevance Sort by last modified time
    Searched refs:remainingHeight (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 253 public int setMoreSuggestionsHeight(int remainingHeight) {
255 if (currentHeight <= remainingHeight) {
259 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap)
678 public int setMoreSuggestionsHeight(int remainingHeight) {
679 return mParams.setMoreSuggestionsHeight(remainingHeight);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 134 milliseconds