Home
last modified time | relevance | path

Searched refs:onAnimationCanceled (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java127 verify(mMockRunner).onAnimationCanceled(null /* taskIds */, null /* taskSnapshots */); in testRemovedBeforeStarted_expectCanceled()
210 verify(mMockRunner, never()).onAnimationCanceled(null /* taskIds */, in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning()
258 verify(mMockRunner).onAnimationCanceled(null /* taskIds */, null /* taskSnapshots */); in testDeferCancelAnimation()
285 verify(mMockRunner).onAnimationCanceled(any(int[].class) /* taskIds */, in testDeferCancelAnimationWithScreenShot()
327 verify(mMockRunner).onAnimationCanceled(any(), any()); in testBinderDiedAfterCancelWithDeferredScreenshot()
705 verify(mMockRunner).onAnimationCanceled(any(), any()); in testCancelForRotation_ReorderToTop()
720 verify(mMockRunner).onAnimationCanceled(any(), any()); in testCancelForRotation_ReorderToOriginalPosition()
740 verify(mMockRunner).onAnimationCanceled(any(), any()); in testCancelForStartHome()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationCallbacks.java81 onAnimationCanceled(new HashMap<>()); in notifyAnimationCanceled()
130 public final void onAnimationCanceled(HashMap<Integer, ThumbnailData> thumbnailDatas) { in onAnimationCanceled() method in RecentsAnimationCallbacks
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRecentsAnimationListener.java36 void onAnimationCanceled(HashMap<Integer, ThumbnailData> thumbnailDatas); in onAnimationCanceled() method
H A DActivityManagerWrapper.java208 public void onAnimationCanceled(int[] taskIds, TaskSnapshot[] taskSnapshots) { in startRecentsActivity()
209 animationHandler.onAnimationCanceled( in startRecentsActivity()
/aosp12/frameworks/base/core/java/android/view/
H A DIRecentsAnimationRunner.aidl47 void onAnimationCanceled(in @nullable int[] taskIds, in onAnimationCanceled() method
/aosp12/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DRecentsAnimationPerfTest.java213 public void onAnimationCanceled(int[] taskIds, TaskSnapshot[] taskSnapshots) in testRecentsAnimation()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimation.java476 recentsAnimationRunner.onAnimationCanceled(null /* taskIds */, in notifyAnimationCancelBeforeStart()
H A DRecentsAnimationController.java877 mRunner.onAnimationCanceled(taskIds, snapshots);
892 mRunner.onAnimationCanceled(null /* taskIds */, null /* taskSnapshots */);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64059 Landroid/view/IRecentsAnimationRunner$Stub$Proxy;->onAnimationCanceled()V