Home
last modified time | relevance | path

Searched defs:onAnimationFinished (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/view/
DIRemoteAnimationFinishedCallback.aidl27 void onAnimationFinished(); in onAnimationFinished() method
/frameworks/base/core/java/android/window/
DIBackAnimationFinishedCallback.aidl26 void onAnimationFinished(in boolean triggerBack); in onAnimationFinished() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingController.java183 void onAnimationFinished(@NonNull IBinder transition) { in onAnimationFinished() method in ActivityEmbeddingController
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_animation_RenderNodeAnimator.cpp45 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::AnimationListenerLifecycleChecker
69 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { in onAnimationFinished() function in android::AnimationListenerBridge
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp59 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { in createAnimationListener() function in android::createAnimationListener::AnimationListenerBridge
/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::uirenderer::PropertyAnimatorSetListener
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainerThumbnail.java131 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in WindowContainerThumbnail
DRecentsAnimation.java444 public void onAnimationFinished(@RecentsAnimationController.ReorderMode int reorderMode, in onAnimationFinished() method in RecentsAnimation
DWindowStateAnimator.java168 void onAnimationFinished() { in onAnimationFinished() method in WindowStateAnimator
DRecentsAnimationController.java186 void onAnimationFinished(@ReorderMode int reorderMode, boolean sendUserLeaveHint); in onAnimationFinished() method
DWindowState.java5006 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in WindowState
DWindowContainer.java3508 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in WindowContainer
DActivityRecord.java7751 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in ActivityRecord
DWindowManagerService.java8628 void onAnimationFinished() { in onAnimationFinished() method in WindowManagerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java244 public void onAnimationFinished() throws RemoteException { in wrap() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java328 private void onAnimationFinished() { in onAnimationFinished() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java4034 private void startUnlockHintAnimationPhase1(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase1()
4109 private void startUnlockHintAnimationPhase2(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase2()
/frameworks/base/core/java/android/app/
DActivityOptions.java745 void onAnimationFinished(long elapsedRealTime); in onAnimationFinished() method
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java11571 public void onAnimationFinished(ViewHolder item) { in onAnimationFinished() method in RecyclerView.ItemAnimatorRestoreListener
12092 public void onAnimationFinished(ViewHolder viewHolder) { in onAnimationFinished() method in RecyclerView.ItemAnimator