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.java77 public final int mMoreSuggestionsBottomGap; field in SuggestionStripLayoutHelper
159 mMoreSuggestionsBottomGap = res.getDimensionPixelOffset( in SuggestionStripLayoutHelper()
170 return mMaxMoreSuggestionsRow * mMoreSuggestionsRowHeight + mMoreSuggestionsBottomGap; in getMoreSuggestionsHeight()
179 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap) in setMoreSuggestionsHeight()
DSuggestionStripView.java361 final int pointY = -layoutHelper.mMoreSuggestionsBottomGap; in showMoreSuggestions()