Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java50 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
52 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
56 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
58 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC); in testSortAndFilterShortcuts() local
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java56 @VisibleForTesting static final int NUM_DYNAMIC = 2; field in PopupPopulator