Searched refs:NUM_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
32 import static com.android.launcher3.popup.PopupPopulator.NUM_DYNAMIC;50 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local52 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local56 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local58 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
56 @VisibleForTesting static final int NUM_DYNAMIC = 2; field in PopupPopulator172 if (shortcut.isDynamic() && numDynamic < NUM_DYNAMIC) { in sortAndFilterShortcuts()