Searched refs:mMoreSuggestionsBottomGap (Results 1 – 2 of 2) sorted by relevance
76 public final int mMoreSuggestionsBottomGap; field in SuggestionStripLayoutHelper156 mMoreSuggestionsBottomGap = res.getDimensionPixelOffset( in SuggestionStripLayoutHelper()167 return mMaxMoreSuggestionsRow * mMoreSuggestionsRowHeight + mMoreSuggestionsBottomGap; in getMoreSuggestionsHeight()176 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap) in setMoreSuggestionsHeight()
321 final int pointY = -layoutHelper.mMoreSuggestionsBottomGap; in showMoreSuggestions()