Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java51 public static final String SHELF_BOUNCE_COUNT = "launcher.shelf_bounce_count"; field in DiscoveryBounce
225 int count = sharedPrefs.getInt(SHELF_BOUNCE_COUNT, 0); in incrementShelfBounceCount()
229 sharedPrefs.edit().putInt(SHELF_BOUNCE_COUNT, count + 1).apply(); in incrementShelfBounceCount()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DUiFactory.java29 import static com.android.launcher3.allapps.DiscoveryBounce.SHELF_BOUNCE_COUNT;
138 launcher.getSharedPrefs().getInt(SHELF_BOUNCE_COUNT, 0)) { in onCreate()