Home
last modified time | relevance | path

Searched defs:onBackStarted (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/window/
DOnBackAnimationCallback.java49 default void onBackStarted(@NonNull BackEvent backEvent) {} in onBackStarted() method
DIOnBackInvokedCallback.aidl36 void onBackStarted(in BackMotionEvent backMotionEvent); in onBackStarted() method
DImeOnBackInvokedDispatcher.java222 public void onBackStarted(@NonNull BackEvent backEvent) { in onBackStarted() method in ImeOnBackInvokedDispatcher.ImeOnBackInvokedCallback
318 public void onBackStarted(BackMotionEvent backMotionEvent) { in onBackStarted() method in ImeOnBackInvokedDispatcher.ImeOnBackInvokedCallbackWrapper
DBackProgressAnimator.java133 public void onBackStarted(BackMotionEvent event, ProgressCallback callback) { in onBackStarted() method in BackProgressAnimator
DWindowOnBackInvokedDispatcher.java415 public void onBackStarted(BackMotionEvent backEvent) { in onBackStarted() method in WindowOnBackInvokedDispatcher.OnBackInvokedCallbackWrapper
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/
DOnBackAnimationCallbackExtension.kt47 override fun onBackStarted(backEvent: BackEvent) { in onBackStarted() method
/frameworks/base/core/java/android/view/
DImeBackAnimationController.java74 public void onBackStarted(@NonNull BackEvent backEvent) { in onBackStarted() method in ImeBackAnimationController
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DCrossTaskBackAnimation.java344 public void onBackStarted(BackMotionEvent backEvent) { in onBackStarted() method in CrossTaskBackAnimation.Callback
DCrossActivityBackAnimation.kt486 override fun onBackStarted(backMotionEvent: BackMotionEvent) { in <lambda>() method in com.android.wm.shell.back.CrossActivityBackAnimation.Callback