Searched refs:NUM_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.launcher3.popup.PopupPopulator.NUM_DYNAMIC;52 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local54 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local58 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local60 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
54 @VisibleForTesting static final int NUM_DYNAMIC = 2; field in PopupPopulator118 if (shortcut.isDynamic() && numDynamic < NUM_DYNAMIC) { in sortAndFilterShortcuts()