Searched refs:NUM_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.launcher3.popup.PopupPopulator.NUM_DYNAMIC;56 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local58 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local62 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local64 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
49 static final int NUM_DYNAMIC = 2; field in PopupPopulator95 if (shortcut.isDynamic() && numDynamic < NUM_DYNAMIC) { in sortAndFilterShortcuts()