Searched refs:HOME_BOUNCE_SEEN (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.launcher3.allapps.DiscoveryBounce.HOME_BOUNCE_SEEN;50 if (!launcher.getSharedPrefs().getBoolean(HOME_BOUNCE_SEEN, false)) { in onStateEnabled()51 launcher.getSharedPrefs().edit().putBoolean(HOME_BOUNCE_SEEN, true).apply(); in onStateEnabled()
28 import static com.android.launcher3.allapps.DiscoveryBounce.HOME_BOUNCE_SEEN;105 if (!launcher.getSharedPrefs().getBoolean(HOME_BOUNCE_SEEN, false)) { in onCreate()120 launcher.getSharedPrefs().edit().putBoolean(HOME_BOUNCE_SEEN, true).apply(); in onCreate()
48 public static final String HOME_BOUNCE_SEEN = "launcher.apps_view_shown"; field in DiscoveryBounce148 || (launcher.getSharedPrefs().getBoolean(HOME_BOUNCE_SEEN, false) in showForHomeIfNeeded()
137 .putBoolean(DiscoveryBounce.HOME_BOUNCE_SEEN, false) in resetHomeBounceSeenOnQuickstepEnabledFirstTime()