Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteAnimationController.java112 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 DSurfaceAnimator.java111 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 DWindowContainerThumbnail.java79 new SurfaceAnimator(this, this::onAnimationFinished /* animationFinishedCallback */, in WindowContainerThumbnail()
132 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in WindowContainerThumbnail
H A DRecentsAnimationController.java202 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 DLocalAnimationAdapter.java57 () -> finishCallback.onAnimationFinished(type, this)); in startAnimation()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRemoteAnimationControllerTest.java152 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 DSurfaceAnimatorTest.java107 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 DRecentsAnimationControllerTest.java125 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 DAppChangeTransitionTests.java83 finishedCallback.onAnimationFinished(); in onAnimationStart()
H A DRecentsAnimationTest.java111 recentsAnimation.onAnimationFinished(REORDER_KEEP_IN_PLACE, false /* sendUserLeaveHint */); in testRecentsActivityVisiblility()
244 recentsAnimation.onAnimationFinished(REORDER_KEEP_IN_PLACE, false /* sendUserLeaveHint */); in testSetLaunchTaskBehindOfTargetActivity()
H A DAppWindowTokenAnimationTests.java106 callbackCaptor.getValue().onAnimationFinished( in clipAfterAnim_boundsLayerIsDestroyed()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_animation_RenderNodeAnimator.cpp45 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 Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp55 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 DModeTransitionView.java280 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 DPropertyValuesAnimatorSet.cpp58 listener->onAnimationFinished(animator); in onFinished()
182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::uirenderer::PropertyAnimatorSetListener
H A DRootRenderNode.cpp42 mListener->onAnimationFinished(nullptr); in handleMessage()
273 listener->onAnimationFinished(animator); in callOnFinished()
H A DPropertyValuesAnimatorSet.h91 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) override;
H A DAnimationContext.cpp80 listener->onAnimationFinished(animator); in callOnFinished()
H A DAnimatorManager.cpp156 animator->listener()->onAnimationFinished(animator.get()); in endStagingAnimator()
H A DAnimator.h42 virtual void onAnimationFinished(BaseRenderNodeAnimator*) = 0;
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationCallbacks.java114 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 DIRemoteAnimationFinishedCallback.aidl27 void onAnimationFinished(); in onAnimationFinished() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java148 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 DDialogLaunchAnimator.kt558 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 DPanelViewController.java968 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()

12