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/
SuggestionsView.java 250 public int setMoreSuggestionsHeight(int remainingHeight) {
252 if (currentHeight <= remainingHeight) {
256 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap)
684 public int setMoreSuggestionsHeight(int remainingHeight) {
685 return mParams.setMoreSuggestionsHeight(remainingHeight);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 149 milliseconds