/frameworks/base/services/core/java/com/android/server/wm/ |
D | LocalAnimationAdapter.java | 71 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in LocalAnimationAdapter 72 mAnimator.onAnimationCancelled(animationLeash); in onAnimationCancelled()
|
D | AnimationAdapter.java | 82 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled() method
|
D | WallpaperAnimationAdapter.java | 153 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in WallpaperAnimationAdapter
|
D | NonAppWindowAnimationAdapter.java | 201 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in NonAppWindowAnimationAdapter
|
D | SurfaceFreezer.java | 284 animation.onAnimationCancelled(leash); in cancelAnimation()
|
D | RemoteAnimationController.java | 364 mRemoteAnimationAdapter.getRunner().onAnimationCancelled(); 588 public void onAnimationCancelled(SurfaceControl animationLeash) {
|
D | DimmerAnimationHelper.java | 193 mLocalAnimationAdapter.onAnimationCancelled(surface); in stopCurrentAnimation()
|
D | SurfaceAnimator.java | 365 animation.onAnimationCancelled(leash);
|
/frameworks/base/core/java/android/window/ |
D | IBackAnimationRunner.aidl | 36 void onAnimationCancelled() = 1; in onAnimationCancelled() method
|
/frameworks/base/core/java/android/view/ |
D | IRemoteAnimationRunner.aidl | 49 void onAnimationCancelled(); in onAnimationCancelled() method
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | RemoteAnimationDelegate.kt | 29 @UiThread fun onAnimationCancelled() method
|
D | ActivityTransitionAnimator.kt | 767 override fun onAnimationCancelled() { in onAnimationCancelled() method 771 delegate?.onAnimationCancelled() in onAnimationCancelled() 1266 override fun onAnimationCancelled() { in onAnimationCancelled() method
|
D | RemoteAnimationRunnerCompat.java | 234 runner.onAnimationCancelled(); in wrap()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceAnimationRunnerTest.java | 129 mSurfaceAnimationRunner.onAnimationCancelled(mMockSurface); in testCancel_notStarted() 143 mSurfaceAnimationRunner.onAnimationCancelled(mMockSurface); in testCancel_running() 164 mSurfaceAnimationRunner.onAnimationCancelled(mMockSurface); in testCancel_sneakyCancelBeforeUpdate()
|
D | RemoteAnimationControllerTest.java | 213 adapter.onAnimationCancelled(mMockLeash); in testCancel() 214 verify(mMockRunner).onAnimationCancelled(); in testCancel() 230 verify(mMockRunner).onAnimationCancelled(); in testTimeout() 251 verify(mMockRunner, never()).onAnimationCancelled(); in testTimeout_scaled() 256 verify(mMockRunner).onAnimationCancelled(); in testTimeout_scaled() 268 verify(mMockRunner).onAnimationCancelled(); in testZeroAnimations() 278 verify(mMockRunner).onAnimationCancelled(); in testNotReallyStarted() 320 verify(mMockRunner).onAnimationCancelled(); in testRemovedBeforeStarted() 578 verify(mMockRunner, never()).onAnimationCancelled(); in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning()
|
D | SurfaceAnimatorTest.java | 152 verify(mSpec).onAnimationCancelled(any()); in testCancelAnimation() 168 verify(mSpec).onAnimationCancelled(any()); in testCancelWithNullFinishCallbackAnimation() 441 public void onAnimationCancelled(SurfaceControl animationLeash) {
|
D | AppChangeTransitionTests.java | 90 public void onAnimationCancelled() { in onAnimationCancelled() method in AppChangeTransitionTests.TestRemoteAnimationRunner
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
D | MockAnimationAdapter.java | 47 public void onAnimationCancelled(SurfaceControl animationLeash) {} in onAnimationCancelled() method in MockAnimationAdapter
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardTransitionExecutor.kt | 91 override fun onAnimationCancelled() {} in onAnimationCancelled() method in com.android.systemui.clipboardoverlay.ClipboardTransitionExecutor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | WindowManagerOcclusionManager.kt | 138 override fun onAnimationCancelled() { in <lambda>() method 243 override fun onAnimationCancelled() { in <lambda>() method
|
D | KeyguardViewMediator.java | 1084 public void onAnimationCancelled() { 1115 public void onAnimationCancelled() { 1127 public void onAnimationCancelled() { 1230 public void onAnimationCancelled() { 3917 public void onAnimationCancelled() throws RemoteException { 3919 mRunner.onAnimationCancelled(); 3972 public void onAnimationCancelled() throws RemoteException { 3973 super.onAnimationCancelled(); 3982 public void onAnimationCancelled() throws RemoteException { 3983 wrapped.onAnimationCancelled();
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | LegacyTransitions.java | 116 public void onAnimationCancelled() throws RemoteException { in onAnimationCancelled() method in LegacyTransitions.LegacyTransition.RemoteAnimationWrapper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ActionIntentExecutor.kt | 165 override fun onAnimationCancelled() {} in onAnimationCancelled() method
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationRunner.java | 86 public void onAnimationCancelled() { in onAnimationCancelled() method in TaskFragmentAnimationRunner
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | ActivityTransitionAnimatorTest.kt | 343 runner.onAnimationCancelled() in <lambda>()
|