Home
last modified time | relevance | path

Searched refs:mMoreSuggestionsBottomGap (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java76 public final int mMoreSuggestionsBottomGap; field in SuggestionStripLayoutHelper
156 mMoreSuggestionsBottomGap = res.getDimensionPixelOffset( in SuggestionStripLayoutHelper()
167 return mMaxMoreSuggestionsRow * mMoreSuggestionsRowHeight + mMoreSuggestionsBottomGap; in getMoreSuggestionsHeight()
176 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap) in setMoreSuggestionsHeight()
DSuggestionStripView.java321 final int pointY = -layoutHelper.mMoreSuggestionsBottomGap; in showMoreSuggestions()