Home
last modified time | relevance | path

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

/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/keyguard/
H A DKeyguardService.java212 public void onAnimationFinished() throws RemoteException { in wrap() method
/aosp12/frameworks/base/libs/hwui/jni/
H A 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
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp59 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { in createAnimationListener() function in android::createAnimationListener::AnimationListenerBridge
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationCallbacks.java148 private final void onAnimationFinished(RecentsAnimationController controller) { in onAnimationFinished() method in RecentsAnimationCallbacks
/aosp12/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp182 void PropertyAnimatorSetListener::onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::uirenderer::PropertyAnimatorSetListener
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainerThumbnail.java132 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in WindowContainerThumbnail
H A DRecentsAnimation.java423 public void onAnimationFinished(@RecentsAnimationController.ReorderMode int reorderMode, in onAnimationFinished() method in RecentsAnimation
H A DWindowStateAnimator.java184 void onAnimationFinished() { in onAnimationFinished() method in WindowStateAnimator
H A DRecentsAnimationController.java202 void onAnimationFinished(@ReorderMode int reorderMode, boolean sendUserLeaveHint); in onAnimationFinished() method
H A DWindowContainer.java3019 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in WindowContainer
H A DWindowState.java5411 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in WindowState
H A DActivityRecord.java7026 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() method in ActivityRecord
H A DWindowManagerService.java8268 void onAnimationFinished() { in onAnimationFinished() method in WindowManagerService
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java321 private void onAnimationFinished() { in onAnimationFinished() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java968 private void startUnlockHintAnimationPhase1(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase1()
1018 private void startUnlockHintAnimationPhase2(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase2()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java715 public void onAnimationFinished(boolean success); in onAnimationFinished() method
/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java628 void onAnimationFinished(); in onAnimationFinished() method
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A 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