Searched refs:onAnimationFinished (Results 1 - 25 of 35) sorted by path

12

/frameworks/base/config/
H A Dboot-image-profile.txt6513 HPLandroid/view/IRemoteAnimationFinishedCallback$Stub$Proxy;->onAnimationFinished()V
6517 HPLandroid/view/IRemoteAnimationFinishedCallback;->onAnimationFinished()V
[all...]
/frameworks/base/core/java/android/app/
H A DActivityOptions.java429 listener.onAnimationFinished();
443 void onAnimationFinished(); method in interface:ActivityOptions.OnAnimationFinishedListener
/frameworks/base/core/java/android/view/
H A DIRemoteAnimationFinishedCallback.aidl26 void onAnimationFinished();
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java5743 // ItemAnimatorRestoreListener#onAnimationFinished.
11448 public void onAnimationFinished(ViewHolder item) { method in class:RecyclerView.ItemAnimatorRestoreListener
11952 * @see #onAnimationFinished(ViewHolder)
11955 onAnimationFinished(viewHolder);
11957 mListener.onAnimationFinished(viewHolder);
11969 public void onAnimationFinished(ViewHolder viewHolder) { method in class:RecyclerView.ItemAnimator
12124 void onAnimationFinished(ViewHolder item); method in interface:RecyclerView.ItemAnimator.ItemAnimatorListener
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp58 onAnimationFinished(NULL);
62 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { function in class:android::AnimationListenerBridge
H A Dandroid_view_RenderNodeAnimator.cpp50 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) { function in class:android::AnimationListenerLifecycleChecker
70 onAnimationFinished(NULL);
74 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { function in class:android::AnimationListenerBridge
H A Dandroid_view_ThreadedRenderer.cpp105 event.listener->onAnimationFinished(event.animator.get());
134 mListener->onAnimationFinished(nullptr);
/frameworks/base/libs/hwui/
H A DAnimationContext.cpp80 listener->onAnimationFinished(animator);
H A DAnimator.h42 ANDROID_API virtual void onAnimationFinished(BaseRenderNodeAnimator*) = 0;
H A DAnimatorManager.cpp156 animator->listener()->onAnimationFinished(animator.get());
H A DPropertyValuesAnimatorSet.cpp49 // Set the listener to nullptr before the onAnimationFinished callback, rather than after,
51 // 1) We need to prevent changes to mOneShotListener during the onAnimationFinished
52 // callback (specifically in AnimationListenerBridge::onAnimationFinished(...) from
54 // AnimationListenerBridge::onAnimationFinished(...).
58 listener->onAnimationFinished(animator);
182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) { function in class:android::uirenderer::PropertyAnimatorSetListener
H A DPropertyValuesAnimatorSet.h91 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) override;
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationAdapterCompat.java55 finishedCallback.onAnimationFinished();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java1129 public void onAnimationFinished() { method in class:RecentsImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DActivityLaunchAnimator.java206 callback.onAnimationFinished();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java1105 private void startUnlockHintAnimationPhase1(final Runnable onAnimationFinished) { argument
1122 onAnimationFinished.run();
1124 startUnlockHintAnimationPhase2(onAnimationFinished);
1162 private void startUnlockHintAnimationPhase2(final Runnable onAnimationFinished) { argument
1170 onAnimationFinished.run();
H A DScrimController.java701 void setOnAnimationFinished(Runnable onAnimationFinished) { argument
702 mOnAnimationFinished = onAnimationFinished;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java152 onAnimationFinished();
306 * @return an adapter which ensures that onAnimationFinished is called once no animation is
322 onAnimationFinished();
340 private void onAnimationFinished() { method in class:StackStateAnimator
/frameworks/base/services/core/java/com/android/server/am/
H A DRecentsAnimation.java214 if (DEBUG) Slog.d(TAG, "onAnimationFinished(): controller="
249 if (DEBUG) Slog.d(TAG, "onAnimationFinished(): targetStack=" + targetStack
262 targetStack.moveToFront("RecentsAnimation.onAnimationFinished()");
315 public void onAnimationFinished(@RecentsAnimationController.ReorderMode int reorderMode, method in class:RecentsAnimation
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowThumbnail.java56 mSurfaceAnimator = new SurfaceAnimator(this, this::onAnimationFinished, appToken.mService);
103 private void onAnimationFinished() { method in class:AppWindowThumbnail
H A DAppWindowToken.java468 onAnimationFinished();
490 // animation. Otherwise, we'll update client visibility in onAnimationFinished.
1923 protected void onAnimationFinished() { method in class:AppWindowToken
1924 super.onAnimationFinished();
H A DLocalAnimationAdapter.java65 () -> finishCallback.onAnimationFinished(this));
H A DRecentsAnimationController.java114 void onAnimationFinished(@ReorderMode int reorderMode, boolean runSychronously); method in interface:RecentsAnimationController.RecentsAnimationCallbacks
164 mCallbacks.onAnimationFinished(moveHomeToTop
328 taskAdapter.mCapturedFinishCallback.onAnimationFinished(taskAdapter);
414 mCallbacks.onAnimationFinished(reorderMode, runSynchronously);
H A DRemoteAnimationController.java103 onAnimationFinished();
115 onAnimationFinished();
124 onAnimationFinished();
142 onAnimationFinished();
173 wrapper.mCapturedFinishCallback.onAnimationFinished(wrapper);
181 private void onAnimationFinished() { method in class:RemoteAnimationController
182 if (DEBUG_REMOTE_ANIMATIONS) Slog.d(TAG, "onAnimationFinished(): mPendingAnimations="
191 "onAnimationFinished(): Notify animation finished:");
194 adapter.mCapturedFinishCallback.onAnimationFinished(adapter);
259 public void onAnimationFinished() throw method in class:RemoteAnimationController.FinishedCallback
[all...]
H A DSurfaceAnimator.java77 target.mInnerAnimationFinishedCallback.onAnimationFinished(anim);
355 void onAnimationFinished(AnimationAdapter anim); method in interface:SurfaceAnimator.OnAnimationFinishedCallback

Completed in 417 milliseconds

12