Home
last modified time | relevance | path

Searched refs:allowAllAppsFromOverview (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java162 if (recentsOrientedState.getContainerInterface().allowAllAppsFromOverview()) { in createForRecents()
309 recentsOrientedState.getContainerInterface().allowAllAppsFromOverview() in RecentsParams()
316 recentsOrientedState.getContainerInterface().allowAllAppsFromOverview() in RecentsParams()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackActivityInterface.java142 public boolean allowAllAppsFromOverview() { in allowAllAppsFromOverview() method in FallbackActivityInterface
DLauncherActivityInterface.java279 public boolean allowAllAppsFromOverview() { in allowAllAppsFromOverview() method in LauncherActivityInterface
DTaskAnimationManager.java337 if (!containerInterface.allowAllAppsFromOverview()) { in startRecentsAnimation()
DBaseContainerInterface.java78 public abstract boolean allowAllAppsFromOverview(); in allowAllAppsFromOverview() method in BaseContainerInterface
DAbsSwipeUpHandler.java822 || !mContainerInterface.allowAllAppsFromOverview()) {