/frameworks/base/services/core/java/com/android/server/wm/ |
D | RemoteAnimationController.java | 107 onAnimationFinished(); in goodToGo() 120 onAnimationFinished(); in goodToGo() 133 onAnimationFinished(); in goodToGo() 151 onAnimationFinished(); in cancelAnimation() 185 .onAnimationFinished(wrappers.mAdapter.mAnimationType, in createAppAnimations() 191 .onAnimationFinished(wrappers.mAdapter.mAnimationType, in createAppAnimations() 213 private void onAnimationFinished() { 228 .onAnimationFinished(adapters.mAdapter.mAnimationType, 233 .onAnimationFinished(adapters.mAdapter.mAnimationType, 243 adapter.getLeashFinishedCallback().onAnimationFinished( [all …]
|
D | SurfaceAnimator.java | 89 target.mInnerAnimationFinishedCallback.onAnimationFinished(type, anim); in getFinishedCallback() 106 staticAnimationFinishedCallback.onAnimationFinished(type, anim); in getFinishedCallback() 109 animationFinishCallback.onAnimationFinished(type, anim); in getFinishedCallback() 317 mStaticAnimationFinishedCallback.onAnimationFinished(animationType, animation); 320 animationFinishedCallback.onAnimationFinished(animationType, animation); 518 void onAnimationFinished(@AnimationType int type, AnimationAdapter anim);
|
D | RecentsAnimationController.java | 180 void onAnimationFinished(@ReorderMode int reorderMode, boolean sendUserLeaveHint); in onAnimationFinished() method 234 mCallbacks.onAnimationFinished(moveHomeToTop 447 taskAdapter.mCapturedFinishCallback.onAnimationFinished(taskAdapter.mLastAnimationType, in removeAnimation() 455 wallpaperAdapter.getLeashFinishedCallback().onAnimationFinished( in removeWallpaperAnimation() 619 mCallbacks.onAnimationFinished(reorderMode, false /* sendUserLeaveHint */); 630 mCallbacks.onAnimationFinished(reorderMode, false /* sendUserLeaveHint */); 694 mCallbacks.onAnimationFinished(reorderMode, false /* sendUserLeaveHint */);
|
D | WindowContainerThumbnail.java | 90 new SurfaceAnimator(this, this::onAnimationFinished /* animationFinishedCallback */, in WindowContainerThumbnail() 147 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in WindowContainerThumbnail
|
D | LocalAnimationAdapter.java | 56 () -> finishCallback.onAnimationFinished(type, this)); in startAnimation()
|
D | SurfaceFreezer.java | 228 animationFinishedCallback.onAnimationFinished( in cancelAnimation()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RemoteAnimationControllerTest.java | 126 finishedCaptor.getValue().onAnimationFinished(); in testRun() 127 verify(mFinishedCallback).onAnimationFinished(eq(ANIMATION_TYPE_APP_TRANSITION), in testRun() 160 verify(mFinishedCallback).onAnimationFinished(eq(ANIMATION_TYPE_APP_TRANSITION), in testTimeout() 186 verify(mFinishedCallback).onAnimationFinished(eq(ANIMATION_TYPE_APP_TRANSITION), in testTimeout_scaled() 242 verify(mFinishedCallback).onAnimationFinished(eq(ANIMATION_TYPE_APP_TRANSITION), in testRemovedBeforeStarted() 285 finishedCaptor.getValue().onAnimationFinished(); in testChange() 286 verify(mFinishedCallback).onAnimationFinished(eq(ANIMATION_TYPE_WINDOW_ANIMATION), in testChange() 288 verify(mThumbnailFinishedCallback).onAnimationFinished( in testChange()
|
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()
|
D | RecentsAnimationControllerTest.java | 124 verify(mFinishedCallback).onAnimationFinished(eq(ANIMATION_TYPE_RECENTS), eq(adapter)); in testRemovedBeforeStarted_expectCanceled() 268 verify(mAnimationCallbacks).onAnimationFinished(REORDER_KEEP_IN_PLACE, false); in testDeferCancelAnimation() 300 verify(mAnimationCallbacks).onAnimationFinished(REORDER_KEEP_IN_PLACE, false); in testDeferCancelAnimationWithScreenShot()
|
D | AppChangeTransitionTests.java | 82 finishedCallback.onAnimationFinished(); in onAnimationStart()
|
D | AppWindowTokenAnimationTests.java | 105 callbackCaptor.getValue().onAnimationFinished( in clipAfterAnim_boundsLayerIsDestroyed()
|
D | RecentsAnimationTest.java | 111 recentsAnimation.onAnimationFinished(REORDER_KEEP_IN_PLACE, false /* sendUserLeaveHint */); in testRecentsActivityVisiblility() 243 recentsAnimation.onAnimationFinished(REORDER_KEEP_IN_PLACE, false /* sendUserLeaveHint */); in testSetLaunchTaskBehindOfTargetActivity()
|
D | DimmerTests.java | 119 surfaceAnimator.mStaticAnimationFinishedCallback.onAnimationFinished(type, anim); in startAnimation()
|
/frameworks/base/libs/hwui/jni/ |
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
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 55 onAnimationFinished(NULL); in createAnimationListener() 59 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { in createAnimationListener() function in android::createAnimationListener::AnimationListenerBridge
|
/frameworks/base/core/java/android/view/ |
D | IRemoteAnimationFinishedCallback.aidl | 27 void onAnimationFinished(); in onAnimationFinished() method
|
/frameworks/base/libs/hwui/ |
D | PropertyValuesAnimatorSet.cpp | 58 listener->onAnimationFinished(animator); in onFinished() 182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::uirenderer::PropertyAnimatorSetListener
|
D | RootRenderNode.cpp | 42 mListener->onAnimationFinished(nullptr); in handleMessage() 273 listener->onAnimationFinished(animator); in callOnFinished()
|
D | PropertyValuesAnimatorSet.h | 91 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) override;
|
D | AnimationContext.cpp | 80 listener->onAnimationFinished(animator); in callOnFinished()
|
D | AnimatorManager.cpp | 156 animator->listener()->onAnimationFinished(animator.get()); in endStagingAnimator()
|
D | Animator.h | 42 ANDROID_API virtual void onAnimationFinished(BaseRenderNodeAnimator*) = 0;
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationAdapterCompat.java | 58 finishedCallback.onAnimationFinished(); in wrapRemoteAnimationRunner()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimator.java | 160 onAnimationFinished(); in startAnimationForEvents() 309 onAnimationFinished(); in getGlobalAnimationFinishedListener() 327 private void onAnimationFinished() { in onAnimationFinished() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelViewController.java | 908 private void startUnlockHintAnimationPhase1(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase1() argument 925 onAnimationFinished.run(); in startUnlockHintAnimationPhase1() 927 startUnlockHintAnimationPhase2(onAnimationFinished); in startUnlockHintAnimationPhase1() 958 private void startUnlockHintAnimationPhase2(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase2() argument 966 onAnimationFinished.run(); in startUnlockHintAnimationPhase2()
|