Searched defs:shouldShowDiscoveryBounce (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherCallbacks.java111 public boolean shouldShowDiscoveryBounce(); method in interface:LauncherCallbacks
H A DLauncher.java1062 if (shouldShowDiscoveryBounce()) {
3980 private boolean shouldShowDiscoveryBounce() { method in class:Launcher
3984 if (mLauncherCallbacks != null && mLauncherCallbacks.shouldShowDiscoveryBounce()) {
/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DLauncherExtension.java232 public boolean shouldShowDiscoveryBounce() { method in class:LauncherExtension.LauncherExtensionCallbacks

Completed in 479 milliseconds