Searched refs:HOME_BOUNCE_COUNT (Results 1 – 2 of 2) sorted by relevance
50 public static final String HOME_BOUNCE_COUNT = "launcher.home_bounce_count"; field in DiscoveryBounce234 int count = sharedPrefs.getInt(HOME_BOUNCE_COUNT, 0); in incrementHomeBounceCount()238 sharedPrefs.edit().putInt(HOME_BOUNCE_COUNT, count + 1).apply(); in incrementHomeBounceCount()
27 import static com.android.launcher3.allapps.DiscoveryBounce.HOME_BOUNCE_COUNT;119 launcher.getSharedPrefs().getInt(HOME_BOUNCE_COUNT, 0))) { in onCreate()