/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RemoteAnimationController.java | 112 onAnimationFinished(); in goodToGo() 131 onAnimationFinished(); in goodToGo() 153 onAnimationFinished(); in goodToGo() 171 onAnimationFinished(); in cancelAnimation() 205 .onAnimationFinished(wrappers.mAdapter.mAnimationType, in createAppAnimations() 244 private void onAnimationFinished() { 259 .onAnimationFinished(adapters.mAdapter.mAnimationType, 274 adapter.getLeashFinishedCallback().onAnimationFinished( 282 adapter.getLeashFinishedCallback().onAnimationFinished( 357 public void onAnimationFinished() throws RemoteException { [all …]
|
H A D | SurfaceAnimator.java | 111 target.mInnerAnimationFinishedCallback.onAnimationFinished(type, anim); in getFinishedCallback() 128 staticAnimationFinishedCallback.onAnimationFinished(type, anim); in getFinishedCallback() 131 animationFinishCallback.onAnimationFinished(type, anim); in getFinishedCallback() 355 mStaticAnimationFinishedCallback.onAnimationFinished(animationType, animation); 358 animationFinishedCallback.onAnimationFinished(animationType, animation); 596 void onAnimationFinished(@AnimationType int type, AnimationAdapter anim);
|
H A D | WindowContainerThumbnail.java | 79 new SurfaceAnimator(this, this::onAnimationFinished /* animationFinishedCallback */, in WindowContainerThumbnail() 132 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in WindowContainerThumbnail
|
H A D | RecentsAnimationController.java | 202 void onAnimationFinished(@ReorderMode int reorderMode, boolean sendUserLeaveHint); in onAnimationFinished() method 269 mCallbacks.onAnimationFinished(moveHomeToTop 456 win.onAnimationFinished(type, anim); in initialize() 541 wallpaperAdapter.getLeashFinishedCallback().onAnimationFinished( in removeWallpaperAnimation() 896 mCallbacks.onAnimationFinished(reorderMode, false /* sendUserLeaveHint */); 902 mCallbacks.onAnimationFinished(mPendingCancelWithScreenshotReorderMode, 1308 mCapturedFinishCallback.onAnimationFinished(mLastAnimationType, this);
|
H A D | LocalAnimationAdapter.java | 57 () -> finishCallback.onAnimationFinished(type, this)); in startAnimation()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | RemoteAnimationControllerTest.java | 152 finishedCaptor.getValue().onAnimationFinished(); in testRun() 187 verify(mFinishedCallback).onAnimationFinished(eq(ANIMATION_TYPE_APP_TRANSITION), in testTimeout() 275 verify(mFinishedCallback).onAnimationFinished(eq(ANIMATION_TYPE_APP_TRANSITION), in testRemovedBeforeStarted() 349 finishedCaptor.getValue().onAnimationFinished(); in testChangeToSmallerSize() 352 verify(mThumbnailFinishedCallback).onAnimationFinished( in testChangeToSmallerSize() 403 finishedCaptor.getValue().onAnimationFinished(); in testChangeTolargerSize() 406 verify(mThumbnailFinishedCallback).onAnimationFinished( in testChangeTolargerSize() 458 finishedCaptor.getValue().onAnimationFinished(); in testChangeToDifferentPosition() 461 verify(mThumbnailFinishedCallback).onAnimationFinished( in testChangeToDifferentPosition() 573 finishedCaptor.getValue().onAnimationFinished(); in testNonAppIncluded_keygaurdGoingAway() [all …]
|
H A D | SurfaceAnimatorTest.java | 107 callbackCaptor.getValue().onAnimationFinished(ANIMATION_TYPE_RECENTS, mSpec); in testRunAnimation() 133 callbackCaptor.getValue().onAnimationFinished(ANIMATION_TYPE_APP_TRANSITION, mSpec); in testOverrideAnimation() 139 callbackCaptor.getValue().onAnimationFinished(ANIMATION_TYPE_APP_TRANSITION, mSpec2); in testOverrideAnimation() 213 callbackCaptor.getValue().onAnimationFinished(ANIMATION_TYPE_APP_TRANSITION, mSpec); in testTransferAnimation() 242 onFinishedCallback.onAnimationFinished(ANIMATION_TYPE_APP_TRANSITION, mSpec); in testDeferFinish() 257 onFinishedCallback.onAnimationFinished(ANIMATION_TYPE_APP_TRANSITION, mSpec); in testDeferFinishDoNotFinishNextAnimation() 282 deferredFinishAdapter.mFinishCallback.onAnimationFinished(ANIMATION_TYPE_APP_TRANSITION, in testDeferFinishFromAdapter()
|
H A D | RecentsAnimationControllerTest.java | 125 verify(mFinishedCallback).onAnimationFinished(eq(ANIMATION_TYPE_RECENTS), eq(adapter)); in testRemovedBeforeStarted_expectCanceled() 262 verify(mAnimationCallbacks).onAnimationFinished(REORDER_KEEP_IN_PLACE, false); in testDeferCancelAnimation() 290 verify(mAnimationCallbacks).onAnimationFinished(REORDER_KEEP_IN_PLACE, false); in testDeferCancelAnimationWithScreenShot() 331 verify(mAnimationCallbacks).onAnimationFinished(REORDER_KEEP_IN_PLACE, false); in testBinderDiedAfterCancelWithDeferredScreenshot() 687 verify(win1).onAnimationFinished(eq(ANIMATION_TYPE_RECENTS), any()); in testCleanupAnimation_expectExitAnimationDone() 706 verify(mAnimationCallbacks).onAnimationFinished(REORDER_MOVE_TO_TOP, false); in testCancelForRotation_ReorderToTop() 721 verify(mAnimationCallbacks).onAnimationFinished(REORDER_MOVE_TO_ORIGINAL_POSITION, false); in testCancelForRotation_ReorderToOriginalPosition() 744 verify(mAnimationCallbacks).onAnimationFinished(REORDER_MOVE_TO_TOP, false); in testCancelForStartHome()
|
H A D | AppChangeTransitionTests.java | 83 finishedCallback.onAnimationFinished(); in onAnimationStart()
|
H A D | RecentsAnimationTest.java | 111 recentsAnimation.onAnimationFinished(REORDER_KEEP_IN_PLACE, false /* sendUserLeaveHint */); in testRecentsActivityVisiblility() 244 recentsAnimation.onAnimationFinished(REORDER_KEEP_IN_PLACE, false /* sendUserLeaveHint */); in testSetLaunchTaskBehindOfTargetActivity()
|
H A D | AppWindowTokenAnimationTests.java | 106 callbackCaptor.getValue().onAnimationFinished( in clipAfterAnim_boundsLayerIsDestroyed()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_animation_RenderNodeAnimator.cpp | 45 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::AnimationListenerLifecycleChecker 65 onAnimationFinished(NULL); in ~AnimationListenerBridge() 69 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { in onAnimationFinished() function in android::AnimationListenerBridge
|
H A D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 55 onAnimationFinished(NULL); in createAnimationListener() 59 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { in createAnimationListener() function in android::createAnimationListener::AnimationListenerBridge
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | ModeTransitionView.java | 280 mAnimationFinishedListener.onAnimationFinished(true); in startPeepHoleAnimation() 360 mAnimationFinishedListener.onAnimationFinished(snapToFullScreen); in snapShadeTo() 515 animationFinishedListener.onAnimationFinished(false); in hideModeCover() 535 animationFinishedListener.onAnimationFinished(true); in hideModeCover()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | PropertyValuesAnimatorSet.cpp | 58 listener->onAnimationFinished(animator); in onFinished() 182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::uirenderer::PropertyAnimatorSetListener
|
H A D | RootRenderNode.cpp | 42 mListener->onAnimationFinished(nullptr); in handleMessage() 273 listener->onAnimationFinished(animator); in callOnFinished()
|
H A D | PropertyValuesAnimatorSet.h | 91 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) override;
|
H A D | AnimationContext.cpp | 80 listener->onAnimationFinished(animator); in callOnFinished()
|
H A D | AnimatorManager.cpp | 156 animator->listener()->onAnimationFinished(animator.get()); in endStagingAnimator()
|
H A D | Animator.h | 42 virtual void onAnimationFinished(BaseRenderNodeAnimator*) = 0;
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | RecentsAnimationCallbacks.java | 114 mAllowMinimizeSplitScreen, this::onAnimationFinished); in onAnimationStart() 148 private final void onAnimationFinished(RecentsAnimationController controller) { in onAnimationFinished() method in RecentsAnimationCallbacks
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IRemoteAnimationFinishedCallback.aidl | 27 void onAnimationFinished(); in onAnimationFinished() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | StackStateAnimator.java | 148 onAnimationFinished(); in startAnimationForEvents() 303 onAnimationFinished(); in getGlobalAnimationFinishedListener() 321 private void onAnimationFinished() { in onAnimationFinished() method
|
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimator.kt | 558 private fun hideDialogIntoView(onAnimationFinished: (Boolean) -> Unit) { 575 onAnimationFinished(false /* instantDismiss */) 602 onAnimationFinished(true /* instantDismiss */)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PanelViewController.java | 968 private void startUnlockHintAnimationPhase1(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase1() argument 985 onAnimationFinished.run(); in startUnlockHintAnimationPhase1() 987 startUnlockHintAnimationPhase2(onAnimationFinished); in startUnlockHintAnimationPhase1() 1018 private void startUnlockHintAnimationPhase2(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase2() argument 1026 onAnimationFinished.run(); in startUnlockHintAnimationPhase2()
|