Searched refs:onAnimationCanceled (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RecentsAnimationListener.java | 38 void onAnimationCanceled(HashMap<Integer, ThumbnailData> thumbnailDatas); in onAnimationCanceled() method
|
D | ActivityManagerWrapper.java | 230 public void onAnimationCanceled(int[] taskIds, TaskSnapshot[] taskSnapshots) { in startRecentsActivity() 231 animationHandler.onAnimationCanceled( in startRecentsActivity()
|
/frameworks/base/core/java/android/view/ |
D | IRecentsAnimationRunner.aidl | 48 void onAnimationCanceled(in @nullable int[] taskIds, in onAnimationCanceled() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RecentsAnimationControllerTest.java | 125 verify(mMockRunner).onAnimationCanceled(null /* taskIds */, null /* taskSnapshots */); in testRemovedBeforeStarted_expectCanceled() 185 verify(mMockRunner, never()).onAnimationCanceled(null /* taskIds */, in testLaunchAndStartRecents_expectTargetAndVisible() 232 verify(mMockRunner, never()).onAnimationCanceled(null /* taskIds */, in testWallpaperAnimatorCanceled_expectAnimationKeepsRunning() 280 verify(mMockRunner).onAnimationCanceled(null /* taskIds */, null /* taskSnapshots */); in testDeferCancelAnimation() 305 verify(mMockRunner).onAnimationCanceled(any(int[].class) /* taskIds */, in testDeferCancelAnimationWithScreenShot() 347 verify(mMockRunner).onAnimationCanceled(any(), any()); in testBinderDiedAfterCancelWithDeferredScreenshot() 741 verify(mMockRunner).onAnimationCanceled(any(), any()); in testCancelForRotation_ReorderToTop() 756 verify(mMockRunner).onAnimationCanceled(any(), any()); in testCancelForRotation_ReorderToOriginalPosition() 776 verify(mMockRunner).onAnimationCanceled(any(), any()); in testCancelForStartHome()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RecentsAnimation.java | 499 recentsAnimationRunner.onAnimationCanceled(null /* taskIds */, in notifyAnimationCancelBeforeStart()
|
D | RecentsAnimationController.java | 839 mRunner.onAnimationCanceled(taskIds, snapshots); 854 mRunner.onAnimationCanceled(null /* taskIds */, null /* taskSnapshots */);
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/ |
D | RecentsTransitionHandler.java | 397 mListener.onAnimationCanceled(taskIds, taskSnapshots); in sendCancel()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 60093 Landroid/view/IRecentsAnimationRunner$Stub$Proxy;->onAnimationCanceled()V
|