Home
last modified time | relevance | path

Searched defs:onAnimationCancelled (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
DIRemoteAnimationRunner.aidl45 void onAnimationCancelled(); in onAnimationCancelled() method
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationRunnerCompat.java21 void onAnimationCancelled(); in onAnimationCancelled() method
DRemoteAnimationAdapterCompat.java66 public void onAnimationCancelled() { in wrapRemoteAnimationRunner() method in RemoteAnimationAdapterCompat
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppChangeTransitionTests.java90 public void onAnimationCancelled() { in onAnimationCancelled() method in AppChangeTransitionTests.TestRemoteAnimationRunner
DAppTransitionTests.java252 public void onAnimationCancelled() { in onAnimationCancelled() method in AppTransitionTests.TestRemoteAnimationRunner
/frameworks/base/services/core/java/com/android/server/wm/
DAnimationAdapter.java67 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled() method
DLocalAnimationAdapter.java64 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in LocalAnimationAdapter
DSurfaceAnimationRunner.java140 void onAnimationCancelled(SurfaceControl leash) { in onAnimationCancelled() method in SurfaceAnimationRunner
DInsetsSourceProvider.java228 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in InsetsSourceProvider.ControlAdapter
DRemoteAnimationController.java413 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in RemoteAnimationController.RemoteAnimationAdapterWrapper
DRecentsAnimationController.java822 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in RecentsAnimationController.TaskAnimationAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java279 public void onAnimationCancelled() throws RemoteException { in onAnimationCancelled() method in ActivityLaunchAnimator.AnimationRunner