Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRecentsAnimationListener.java38 void onAnimationCanceled(HashMap<Integer, ThumbnailData> thumbnailDatas); in onAnimationCanceled() method
DActivityManagerWrapper.java230 public void onAnimationCanceled(int[] taskIds, TaskSnapshot[] taskSnapshots) { in startRecentsActivity()
231 animationHandler.onAnimationCanceled( in startRecentsActivity()
/frameworks/base/core/java/android/view/
DIRecentsAnimationRunner.aidl48 void onAnimationCanceled(in @nullable int[] taskIds, in onAnimationCanceled() method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java125 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/
DRecentsAnimation.java499 recentsAnimationRunner.onAnimationCanceled(null /* taskIds */, in notifyAnimationCancelBeforeStart()
DRecentsAnimationController.java839 mRunner.onAnimationCanceled(taskIds, snapshots);
854 mRunner.onAnimationCanceled(null /* taskIds */, null /* taskSnapshots */);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java397 mListener.onAnimationCanceled(taskIds, taskSnapshots); in sendCancel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60093 Landroid/view/IRecentsAnimationRunner$Stub$Proxy;->onAnimationCanceled()V