HomeSort by relevance Sort by last modified time
    Searched full:suggestionheight (Results 1 - 1 of 1) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsView.java 108 float suggestionHeight =
110 if (suggestionHeight != 0) {
111 int suggestions = Math.max(1, (int) Math.floor(maxHeight / suggestionHeight));
114 suggestionHeight + " -> maxSuggestions=" + suggestions);

Completed in 29 milliseconds