Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java50 public static final String HOME_BOUNCE_COUNT = "launcher.home_bounce_count"; field in DiscoveryBounce
234 int count = sharedPrefs.getInt(HOME_BOUNCE_COUNT, 0); in incrementHomeBounceCount()
238 sharedPrefs.edit().putInt(HOME_BOUNCE_COUNT, count + 1).apply(); in incrementHomeBounceCount()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DUiFactory.java27 import static com.android.launcher3.allapps.DiscoveryBounce.HOME_BOUNCE_COUNT;
119 launcher.getSharedPrefs().getInt(HOME_BOUNCE_COUNT, 0))) { in onCreate()