Searched refs:SHELF_BOUNCE_COUNT (Results 1 – 2 of 2) sorted by relevance
51 public static final String SHELF_BOUNCE_COUNT = "launcher.shelf_bounce_count"; field in DiscoveryBounce225 int count = sharedPrefs.getInt(SHELF_BOUNCE_COUNT, 0); in incrementShelfBounceCount()229 sharedPrefs.edit().putInt(SHELF_BOUNCE_COUNT, count + 1).apply(); in incrementShelfBounceCount()
29 import static com.android.launcher3.allapps.DiscoveryBounce.SHELF_BOUNCE_COUNT;138 launcher.getSharedPrefs().getInt(SHELF_BOUNCE_COUNT, 0)) { in onCreate()