Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DOnBackAnimationCallback.java49 default void onBackStarted(@NonNull BackEvent backEvent) {} in onBackStarted() method
H A DIOnBackInvokedCallback.aidl36 void onBackStarted(in BackMotionEvent backMotionEvent); in onBackStarted() method
H A DBackProgressAnimator.java107 public void onBackStarted(BackMotionEvent event, ProgressCallback callback) { in onBackStarted() method in BackProgressAnimator
H A DWindowOnBackInvokedDispatcher.java324 public void onBackStarted(BackMotionEvent backEvent) { in onBackStarted() method in WindowOnBackInvokedDispatcher.OnBackInvokedCallbackWrapper
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DCrossTaskBackAnimation.java323 public void onBackStarted(BackMotionEvent backEvent) { in onBackStarted() method in CrossTaskBackAnimation.Callback
H A DCustomizeActivityAnimation.java277 public void onBackStarted(BackMotionEvent backEvent) { in onBackStarted() method in CustomizeActivityAnimation.Callback
H A DCrossActivityAnimation.java362 public void onBackStarted(BackMotionEvent backEvent) { in onBackStarted() method in CrossActivityAnimation.Callback