HomeSort by relevance Sort by last modified time
    Searched refs:NUM_DYNAMIC (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
PopupPopulatorTest.java 32 import static com.android.launcher3.popup.PopupPopulator.NUM_DYNAMIC;
50 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC);
52 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC);
56 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC);
58 MAX_ITEMS - NUM_DYNAMIC, NUM_DYNAMIC);
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupPopulator.java 56 @VisibleForTesting static final int NUM_DYNAMIC = 2;
131 * include NUM_DYNAMIC dynamic shortcuts, if at least that many are present.
172 if (shortcut.isDynamic() && numDynamic < NUM_DYNAMIC) {

Completed in 101 milliseconds