Home
last modified time | relevance | path

Searched refs:onAnimationFinished (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java104 onAnimationFinished(); in goodToGo()
116 onAnimationFinished(); in goodToGo()
125 onAnimationFinished(); in goodToGo()
143 onAnimationFinished(); in cancelAnimation()
176 .onAnimationFinished(wrappers.mAdapter); in createAnimations()
181 .onAnimationFinished(wrappers.mThumbnailAdapter); in createAnimations()
189 private void onAnimationFinished() { in onAnimationFinished() method in RemoteAnimationController
204 .onAnimationFinished(adapters.mAdapter); in onAnimationFinished()
208 .onAnimationFinished(adapters.mThumbnailAdapter); in onAnimationFinished()
280 public void onAnimationFinished() throws RemoteException { in onAnimationFinished() method in RemoteAnimationController.FinishedCallback
[all …]
DAppWindowThumbnail.java84 new SurfaceAnimator(this, this::onAnimationFinished, appToken.mWmService); in AppWindowThumbnail()
143 private void onAnimationFinished() { in onAnimationFinished() method in AppWindowThumbnail
DRecentsAnimationController.java170 void onAnimationFinished(@ReorderMode int reorderMode, boolean runSychronously, in onAnimationFinished() method
221 mCallbacks.onAnimationFinished(moveHomeToTop
434 taskAdapter.mCapturedFinishCallback.onAnimationFinished(taskAdapter); in removeAnimation()
542 mCallbacks.onAnimationFinished(reorderMode, runSynchronously, in cancelAnimation()
598 mCallbacks.onAnimationFinished(reorderMode, runSynchronously, in screenshotRecentTask()
DLocalAnimationAdapter.java60 () -> finishCallback.onAnimationFinished(this)); in startAnimation()
DSurfaceAnimator.java78 target.mInnerAnimationFinishedCallback.onAnimationFinished(anim); in getFinishedCallback()
374 void onAnimationFinished(AnimationAdapter anim);
DWindowContainer.java145 mSurfaceAnimator = new SurfaceAnimator(this, this::onAnimationFinished, wms); in WindowContainer()
1331 protected void onAnimationFinished() { in onAnimationFinished() method in WindowContainer
1332 mWmService.onAnimationFinished(); in onAnimationFinished()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRemoteAnimationControllerTest.java115 finishedCaptor.getValue().onAnimationFinished(); in testRun()
116 verify(mFinishedCallback).onAnimationFinished(eq(adapter)); in testRun()
147 verify(mFinishedCallback).onAnimationFinished(eq(adapter)); in testTimeout()
170 verify(mFinishedCallback).onAnimationFinished(eq(adapter)); in testTimeout_scaled()
220 verify(mFinishedCallback).onAnimationFinished(eq(adapter)); in testRemovedBeforeStarted()
258 finishedCaptor.getValue().onAnimationFinished(); in testChange()
259 verify(mFinishedCallback).onAnimationFinished(eq(record.mAdapter)); in testChange()
260 verify(mThumbnailFinishedCallback).onAnimationFinished(eq(record.mThumbnailAdapter)); in testChange()
DSurfaceAnimatorTest.java97 callbackCaptor.getValue().onAnimationFinished(mSpec); in testRunAnimation()
119 callbackCaptor.getValue().onAnimationFinished(mSpec); in testOverrideAnimation()
124 callbackCaptor.getValue().onAnimationFinished(mSpec2); in testOverrideAnimation()
176 callbackCaptor.getValue().onAnimationFinished(mSpec); in testTransferAnimation()
203 onFinishedCallback.onAnimationFinished(mSpec); in testDeferFinish()
217 onFinishedCallback.onAnimationFinished(mSpec); in testDeferFinishDoNotFinishNextAnimation()
DRecentsAnimationControllerTest.java105 verify(mFinishedCallback).onAnimationFinished(eq(adapter)); in testRemovedBeforeStarted_expectCanceled()
170 verify(mAnimationCallbacks).onAnimationFinished(REORDER_KEEP_IN_PLACE, true, false); in testDeferCancelAnimation()
197 verify(mAnimationCallbacks).onAnimationFinished(REORDER_KEEP_IN_PLACE, true, false); in testDeferCancelAnimationWithScreenShot()
DAppWindowTokenAnimationTests.java102 callbackCaptor.getValue().onAnimationFinished(mSpec); in clipAfterAnim_boundsLayerIsDestroyed()
DAppChangeTransitionTests.java83 finishedCallback.onAnimationFinished(); in onAnimationStart()
DRecentsAnimationTest.java110 recentsAnimation.onAnimationFinished(REORDER_KEEP_IN_PLACE, true /* runSychronously */, in testRecentsActivityVisiblility()
234 recentsAnimation.onAnimationFinished(REORDER_KEEP_IN_PLACE, true /* runSychronously */, in testSetLaunchTaskBehindOfTargetActivity()
/frameworks/base/core/jni/
Dandroid_view_RenderNodeAnimator.cpp50 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::AnimationListenerLifecycleChecker
70 onAnimationFinished(NULL); in ~AnimationListenerBridge()
74 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { in onAnimationFinished() function in android::AnimationListenerBridge
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp58 onAnimationFinished(NULL); in createAnimationListener()
62 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { in createAnimationListener() function in android::createAnimationListener::AnimationListenerBridge
Dandroid_view_ThreadedRenderer.cpp109 event.listener->onAnimationFinished(event.animator.get()); in callOnFinished()
138 mListener->onAnimationFinished(nullptr); in handleMessage()
431 listener->onAnimationFinished(animator); in callOnFinished()
/frameworks/base/core/java/android/view/
DIRemoteAnimationFinishedCallback.aidl27 void onAnimationFinished(); in onAnimationFinished() method
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp58 listener->onAnimationFinished(animator); in onFinished()
182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::uirenderer::PropertyAnimatorSetListener
DPropertyValuesAnimatorSet.h91 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) override;
DAnimationContext.cpp80 listener->onAnimationFinished(animator); in callOnFinished()
DAnimatorManager.cpp156 animator->listener()->onAnimationFinished(animator.get()); in endStagingAnimator()
DAnimator.h42 ANDROID_API virtual void onAnimationFinished(BaseRenderNodeAnimator*) = 0;
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationAdapterCompat.java55 finishedCallback.onAnimationFinished(); in wrapRemoteAnimationRunner()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java159 onAnimationFinished(); in startAnimationForEvents()
308 onAnimationFinished(); in getGlobalAnimationFinishedListener()
326 private void onAnimationFinished() { in onAnimationFinished() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java1099 private void startUnlockHintAnimationPhase1(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase1() argument
1116 onAnimationFinished.run(); in startUnlockHintAnimationPhase1()
1118 startUnlockHintAnimationPhase2(onAnimationFinished); in startUnlockHintAnimationPhase1()
1156 private void startUnlockHintAnimationPhase2(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase2() argument
1164 onAnimationFinished.run(); in startUnlockHintAnimationPhase2()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java228 callback.onAnimationFinished(); in invokeCallback()

12