Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java60 public void onBackStarted(Launcher launcher) { in onBackStarted() method in AllAppsState
65 super.onBackStarted(launcher); in onBackStarted()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java292 public void onBackStarted(BackEvent backEvent) { in onBackStarted() method in AbstractSlideInView
293 super.onBackStarted(backEvent); in onBackStarted()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherBackAnimationController.java210 public void onBackStarted(BackMotionEvent backEvent) { in onBackStarted() method in LauncherBackAnimationController.OnBackInvokedCallbackStub
215 mProgressAnimator.onBackStarted(backEvent, event -> { in onBackStarted()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java433 public void onBackStarted(Launcher launcher) {}
DLauncher.java671 public void onBackStarted(BackEvent backEvent) { in getOnBackAnimationCallback()
672 Launcher.this.onBackStarted(); in getOnBackAnimationCallback()
2111 protected void onBackStarted() {
2112 mStateManager.getState().onBackStarted(this);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java899 public void onBackStarted(@NonNull BackEvent backEvent) { in registerBackDispatcher()
904 mActiveOnBackAnimationCallback.onBackStarted(backEvent); in registerBackDispatcher()