Home
last modified time | relevance | path

Searched defs:maxPromoted (Results 1 – 14 of 14) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DRankAwarePromoter.java40 int maxPromoted, ListSuggestionCursor promoted) { in doPickPromoted()
41 promoteSuggestions(suggestions.getCorpusResults(), maxPromoted, promoted); in doPickPromoted() local
45 void promoteSuggestions(Iterable<CorpusResult> suggestions, int maxPromoted, in promoteSuggestions()
73 ListSuggestionCursor promoted, int maxPromoted) { in promoteTopSuggestions()
93 ListSuggestionCursor promoted, int maxPromoted) { in promoteEquallyFromEachCorpus()
148 private int getSlotsLeft(ListSuggestionCursor promoted, int maxPromoted) { in getSlotsLeft()
168 private int roundRobin(LinkedList<CorpusResult> results, int maxPromoted, int stripeSize, in roundRobin()
DShortcutPromoter.java34 public void doPickPromoted(Suggestions suggestions, int maxPromoted, in doPickPromoted()
36 promoteShortcuts(suggestions.getShortcuts(), maxPromoted, promoted); in doPickPromoted() local
40 void promoteShortcuts(SuggestionCursor shortcuts, int maxPromoted, in promoteShortcuts()
DAbstractPromoter.java34 Suggestions suggestions, int maxPromoted, ListSuggestionCursor promoted) { in pickPromoted()
42 Suggestions suggestions, int maxPromoted, ListSuggestionCursor promoted); in doPickPromoted()
DPromoter.java33 void pickPromoted(Suggestions suggestions, int maxPromoted, ListSuggestionCursor promoted); in pickPromoted()
DWebPromoter.java33 public void pickPromoted(Suggestions suggestions, int maxPromoted, in pickPromoted()
DSingleCorpusPromoter.java41 public void pickPromoted(Suggestions suggestions, int maxPromoted, in pickPromoted()
DSuggestions.java302 public SuggestionCursor getPromoted(Promoter promoter, int maxPromoted) { in getPromoted()
308 protected SuggestionCursor buildPromoted(Promoter promoter, int maxPromoted) { in buildPromoted()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DBlendingPromoterTest.java117 private void maxPromotedTest(int maxPromoted) { in maxPromotedTest()
129 int maxPromoted = 10; in limit() local
134 int maxPromoted) { in promote()
DSuggestionsProviderImplTest.java107 public void pickPromoted(Suggestions suggestions, int maxPromoted, in pickPromoted()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSuggestionsAdapter.java38 void setMaxPromoted(int maxPromoted); in setMaxPromoted()
DDelayingSuggestionsAdapter.java169 public void setMaxPromoted(int maxPromoted) { in setMaxPromoted()
DSearchActivityViewTwoPane.java236 public void setMaxPromotedResults(int maxPromoted) { in setMaxPromotedResults()
DSuggestionsAdapterBase.java74 public void setMaxPromoted(int maxPromoted) { in setMaxPromoted()
DSearchActivityView.java227 public void setMaxPromotedSuggestions(int maxPromoted) { in setMaxPromotedSuggestions()
236 public void setMaxPromotedResults(int maxPromoted) { in setMaxPromotedResults()