/frameworks/support/wear/src/main/java/androidx/wear/activity/ |
H A D | ConfirmationActivity.java | 96 public void onAnimationFinished() { 97 ConfirmationActivity.this.onAnimationFinished(); 107 protected void onAnimationFinished() { method in class:ConfirmationActivity
|
/frameworks/base/libs/hwui/ |
H A D | PropertyValuesAnimatorSet.cpp | 49 // 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
|
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | RecentsAnimation.java | 214 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 D | AppWindowThumbnail.java | 56 mSurfaceAnimator = new SurfaceAnimator(this, this::onAnimationFinished, appToken.mService); 103 private void onAnimationFinished() { method in class:AppWindowThumbnail
|
H A D | RemoteAnimationController.java | 103 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 D | SurfaceAnimator.java | 77 target.mInnerAnimationFinishedCallback.onAnimationFinished(anim); 355 void onAnimationFinished(AnimationAdapter anim); method in interface:SurfaceAnimator.OnAnimationFinishedCallback
|
H A D | RecentsAnimationController.java | 114 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 D | WindowContainer.java | 133 mSurfaceAnimator = new SurfaceAnimator(this, this::onAnimationFinished, service); 1191 protected void onAnimationFinished() { method in class:WindowContainer
|
H A D | WindowStateAnimator.java | 271 void onAnimationFinished() { method in class:WindowStateAnimator
|
H A D | AppWindowToken.java | 468 onAnimationFinished(); 490 // animation. Otherwise, we'll update client visibility in onAnimationFinished. 1923 protected void onAnimationFinished() { method in class:AppWindowToken 1924 super.onAnimationFinished();
|
H A D | WindowState.java | 4522 protected void onAnimationFinished() { method in class:WindowState 4523 mWinAnimator.onAnimationFinished();
|
/frameworks/support/wear/src/main/java/androidx/wear/widget/ |
H A D | ConfirmationOverlay.java | 68 * public void onAnimationFinished() { 79 * public void onAnimationFinished() { 95 void onAnimationFinished(); method in interface:ConfirmationOverlay.OnAnimationFinishedListener 245 mListener.onAnimationFinished();
|
/frameworks/base/core/jni/ |
H A D | android_view_RenderNodeAnimator.cpp | 50 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 D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 58 onAnimationFinished(NULL); 62 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { function in class:android::AnimationListenerBridge
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
H A D | StackStateAnimator.java | 152 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/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | RecentsImpl.java | 1129 public void onAnimationFinished() { method in class:RecentsImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ScrimController.java | 701 void setOnAnimationFinished(Runnable onAnimationFinished) { argument 702 mOnAnimationFinished = onAnimationFinished;
|
H A D | PanelView.java | 1105 private void startUnlockHintAnimationPhase1(final Runnable onAnimationFinished) { argument 1122 onAnimationFinished.run(); 1124 startUnlockHintAnimationPhase2(onAnimationFinished); 1162 private void startUnlockHintAnimationPhase2(final Runnable onAnimationFinished) { argument 1170 onAnimationFinished.run();
|
/frameworks/base/core/java/android/app/ |
H A D | ActivityOptions.java | 429 listener.onAnimationFinished(); 443 void onAnimationFinished(); method in interface:ActivityOptions.OnAnimationFinishedListener
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 5743 // 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/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | RecyclerView.java | 6177 // ItemAnimatorRestoreListener#onAnimationFinished. 12399 public void onAnimationFinished(ViewHolder item) { method in class:RecyclerView.ItemAnimatorRestoreListener 12903 * @see #onAnimationFinished(ViewHolder) 12906 onAnimationFinished(viewHolder); 12908 mListener.onAnimationFinished(viewHolder); 12920 public void onAnimationFinished(@NonNull ViewHolder viewHolder) { method in class:RecyclerView.ItemAnimator 13076 void onAnimationFinished(@NonNull ViewHolder item); method in interface:RecyclerView.ItemAnimator.ItemAnimatorListener
|