Home | History | Annotate | Download | only in suggestions

Lines Matching refs:remainingHeight

253         public int setMoreSuggestionsHeight(int remainingHeight) {
255 if (currentHeight <= remainingHeight) {
259 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap)
678 public int setMoreSuggestionsHeight(int remainingHeight) {
679 return mParams.setMoreSuggestionsHeight(remainingHeight);