Searched refs:onAnimationCanceled (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | RecentsAnimationControllerTest.java | 127 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 D | RecentsAnimationCallbacks.java | 81 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 D | RecentsAnimationListener.java | 36 void onAnimationCanceled(HashMap<Integer, ThumbnailData> thumbnailDatas); in onAnimationCanceled() method
|
H A D | ActivityManagerWrapper.java | 208 public void onAnimationCanceled(int[] taskIds, TaskSnapshot[] taskSnapshots) { in startRecentsActivity() 209 animationHandler.onAnimationCanceled( in startRecentsActivity()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IRecentsAnimationRunner.aidl | 47 void onAnimationCanceled(in @nullable int[] taskIds, in onAnimationCanceled() method
|
/aosp12/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/ |
H A D | RecentsAnimationPerfTest.java | 213 public void onAnimationCanceled(int[] taskIds, TaskSnapshot[] taskSnapshots) in testRecentsAnimation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RecentsAnimation.java | 476 recentsAnimationRunner.onAnimationCanceled(null /* taskIds */, in notifyAnimationCancelBeforeStart()
|
H A D | RecentsAnimationController.java | 877 mRunner.onAnimationCanceled(taskIds, snapshots); 892 mRunner.onAnimationCanceled(null /* taskIds */, null /* taskSnapshots */);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 64059 Landroid/view/IRecentsAnimationRunner$Stub$Proxy;->onAnimationCanceled()V
|