Home
last modified time | relevance | path

Searched refs:NUM_DYNAMIC (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java20 import static com.android.launcher3.popup.PopupPopulator.NUM_DYNAMIC;
52 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
54 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
58 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
60 MAX_SHORTCUTS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java54 @VisibleForTesting static final int NUM_DYNAMIC = 2; field in PopupPopulator
118 if (shortcut.isDynamic() && numDynamic < NUM_DYNAMIC) { in sortAndFilterShortcuts()