Home
last modified time | relevance | path

Searched refs:onAnimationCancelled (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wm/
DLocalAnimationAdapter.java71 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in LocalAnimationAdapter
72 mAnimator.onAnimationCancelled(animationLeash); in onAnimationCancelled()
DAnimationAdapter.java82 void onAnimationCancelled(SurfaceControl animationLeash); in onAnimationCancelled() method
DWallpaperAnimationAdapter.java153 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in WallpaperAnimationAdapter
DNonAppWindowAnimationAdapter.java201 public void onAnimationCancelled(SurfaceControl animationLeash) { in onAnimationCancelled() method in NonAppWindowAnimationAdapter
DSurfaceFreezer.java284 animation.onAnimationCancelled(leash); in cancelAnimation()
DRemoteAnimationController.java364 mRemoteAnimationAdapter.getRunner().onAnimationCancelled();
588 public void onAnimationCancelled(SurfaceControl animationLeash) {
DDimmerAnimationHelper.java193 mLocalAnimationAdapter.onAnimationCancelled(surface); in stopCurrentAnimation()
DSurfaceAnimator.java365 animation.onAnimationCancelled(leash);
/frameworks/base/core/java/android/window/
DIBackAnimationRunner.aidl36 void onAnimationCancelled() = 1; in onAnimationCancelled() method
/frameworks/base/core/java/android/view/
DIRemoteAnimationRunner.aidl49 void onAnimationCancelled(); in onAnimationCancelled() method
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationDelegate.kt29 @UiThread fun onAnimationCancelled() method
DActivityTransitionAnimator.kt767 override fun onAnimationCancelled() { in onAnimationCancelled() method
771 delegate?.onAnimationCancelled() in onAnimationCancelled()
1266 override fun onAnimationCancelled() { in onAnimationCancelled() method
DRemoteAnimationRunnerCompat.java234 runner.onAnimationCancelled(); in wrap()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimationRunnerTest.java129 mSurfaceAnimationRunner.onAnimationCancelled(mMockSurface); in testCancel_notStarted()
143 mSurfaceAnimationRunner.onAnimationCancelled(mMockSurface); in testCancel_running()
164 mSurfaceAnimationRunner.onAnimationCancelled(mMockSurface); in testCancel_sneakyCancelBeforeUpdate()
DRemoteAnimationControllerTest.java213 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()
DSurfaceAnimatorTest.java152 verify(mSpec).onAnimationCancelled(any()); in testCancelAnimation()
168 verify(mSpec).onAnimationCancelled(any()); in testCancelWithNullFinishCallbackAnimation()
441 public void onAnimationCancelled(SurfaceControl animationLeash) {
DAppChangeTransitionTests.java90 public void onAnimationCancelled() { in onAnimationCancelled() method in AppChangeTransitionTests.TestRemoteAnimationRunner
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DMockAnimationAdapter.java47 public void onAnimationCancelled(SurfaceControl animationLeash) {} in onAnimationCancelled() method in MockAnimationAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardTransitionExecutor.kt91 override fun onAnimationCancelled() {} in onAnimationCancelled() method in com.android.systemui.clipboardoverlay.ClipboardTransitionExecutor
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerOcclusionManager.kt138 override fun onAnimationCancelled() { in <lambda>() method
243 override fun onAnimationCancelled() { in <lambda>() method
DKeyguardViewMediator.java1084 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/
DLegacyTransitions.java116 public void onAnimationCancelled() throws RemoteException { in onAnimationCancelled() method in LegacyTransitions.LegacyTransition.RemoteAnimationWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentExecutor.kt165 override fun onAnimationCancelled() {} in onAnimationCancelled() method
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationRunner.java86 public void onAnimationCancelled() { in onAnimationCancelled() method in TaskFragmentAnimationRunner
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityTransitionAnimatorTest.kt343 runner.onAnimationCancelled() in <lambda>()

12