Searched defs:onAnimationCancel (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorListenerAdapter.java30 public void onAnimationCancel(Animator animation) { method in class:AnimatorListenerAdapter
H A DAnimator.java51 * {@link android.animation.Animator.AnimatorListener#onAnimationCancel(Animator)} to
274 void onAnimationCancel(Animator animation); method in interface:Animator.AnimatorListener
H A DAnimatorSet.java311 listener.onAnimationCancel(this);
540 public void onAnimationCancel(Animator anim) {
676 public void onAnimationCancel(Animator animation) { method in class:AnimatorSet.DependencyListener
745 public void onAnimationCancel(Animator animation) { method in class:AnimatorSet.AnimatorSetListener
753 mListeners.get(i).onAnimationCancel(mAnimatorSet);
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java271 public void onAnimationCancel(Animator animation) { method in class:AbsActionBarView.VisibilityAnimListener
H A DDrawableHolder.java210 public void onAnimationCancel(Animator animation) { method in class:DrawableHolder
H A DSizeAdaptiveLayout.java421 public void onAnimationCancel(Animator animation) { method in class:SizeAdaptiveLayout.BringToFrontOnEnd
H A DActionBarContextView.java506 public void onAnimationCancel(Animator animation) { method in class:ActionBarContextView
H A DScrollingTabContainerView.java581 public void onAnimationCancel(Animator animation) { method in class:ScrollingTabContainerView.VisibilityAnimListener
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java962 public void onAnimationCancel(Animator animation) { method in class:ViewPropertyAnimator.AnimatorEventListener
964 mListener.onAnimationCancel(animation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java404 public void onAnimationCancel(Animator animation) { method in class:NotificationPanel.Choreographer
405 if (DEBUG) Slog.d(TAG, "onAnimationCancel");
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java393 public void onAnimationCancel(Animator animation) { method in class:RecentsPanelView

Completed in 1062 milliseconds