Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIRemoteAnimationFinishedCallback.aidl27 void onAnimationFinished(); in onAnimationFinished() method
/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java189 private void onAnimationFinished() { in onAnimationFinished() method in RemoteAnimationController
280 public void onAnimationFinished() throws RemoteException { in onAnimationFinished() method in RemoteAnimationController.FinishedCallback
DAppWindowThumbnail.java143 private void onAnimationFinished() { in onAnimationFinished() method in AppWindowThumbnail
DRecentsAnimation.java398 public void onAnimationFinished(@RecentsAnimationController.ReorderMode int reorderMode, in onAnimationFinished() method in RecentsAnimation
DRecentsAnimationController.java170 void onAnimationFinished(@ReorderMode int reorderMode, boolean runSychronously, in onAnimationFinished() method
DWindowStateAnimator.java251 void onAnimationFinished() { in onAnimationFinished() method in WindowStateAnimator
DWindowContainer.java1331 protected void onAnimationFinished() { in onAnimationFinished() method in WindowContainer
DAppWindowToken.java2822 protected void onAnimationFinished() { in onAnimationFinished() method in AppWindowToken
DActivityRecord.java2433 void onAnimationFinished() { in onAnimationFinished() method in ActivityRecord
DWindowState.java4812 protected void onAnimationFinished() { in onAnimationFinished() method in WindowState
DWindowManagerService.java7759 void onAnimationFinished() { in onAnimationFinished() method in WindowManagerService
/frameworks/base/core/jni/
Dandroid_view_RenderNodeAnimator.cpp50 virtual void onAnimationFinished(BaseRenderNodeAnimator* animator) { in onAnimationFinished() function in android::AnimationListenerLifecycleChecker
74 virtual void onAnimationFinished(BaseRenderNodeAnimator*) { in onAnimationFinished() function in android::AnimationListenerBridge
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp62 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/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java326 private void onAnimationFinished() { in onAnimationFinished() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java1099 private void startUnlockHintAnimationPhase1(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase1()
1156 private void startUnlockHintAnimationPhase2(final Runnable onAnimationFinished) { in startUnlockHintAnimationPhase2()
DScrimController.java775 void setOnAnimationFinished(Runnable onAnimationFinished) { in setOnAnimationFinished()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java1115 public void onAnimationFinished() { in onAnimationFinished() method
/frameworks/base/core/java/android/app/
DActivityOptions.java461 void onAnimationFinished(); in onAnimationFinished() method
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java11450 public void onAnimationFinished(ViewHolder item) { in onAnimationFinished() method in RecyclerView.ItemAnimatorRestoreListener
11971 public void onAnimationFinished(ViewHolder viewHolder) { in onAnimationFinished() method in RecyclerView.ItemAnimator
12126 void onAnimationFinished(ViewHolder item); in onAnimationFinished() method