Home | History | Annotate | Download | only in suggestions

Lines Matching refs:remainingHeight

221         public int setMoreSuggestionsHeight(final int remainingHeight) {
223 if (currentHeight <= remainingHeight) {
227 mMaxMoreSuggestionsRow = (remainingHeight - mMoreSuggestionsBottomGap)
626 public int setMoreSuggestionsHeight(final int remainingHeight) {
627 return mParams.setMoreSuggestionsHeight(remainingHeight);