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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 76 public final int mMoreSuggestionsBottomGap;
156 mMoreSuggestionsBottomGap = res.getDimensionPixelOffset(
167 return mMaxMoreSuggestionsRow * mMoreSuggestionsRowHeight + mMoreSuggestionsBottomGap;
176 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap)
SuggestionStripView.java 321 final int pointY = -layoutHelper.mMoreSuggestionsBottomGap;

Completed in 108 milliseconds