Searched defs:roundRobin (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DRankAwarePromoter.java81 roundRobin(highRankingSuggestions, slotsToFill, stripeSize, promoted);
106 roundRobin(suggestions, slotsLeft, stripeSize, promoted);
110 roundRobin(suggestions, slotsLeft, slotsLeft, promoted);
168 private int roundRobin(LinkedList<CorpusResult> results, int maxPromoted, int stripeSize, method in class:RankAwarePromoter

Completed in 632 milliseconds