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.java52 * {@link android.animation.Animator.AnimatorListener#onAnimationCancel(Animator)} to
267 void onAnimationCancel(Animator animation); method in interface:Animator.AnimatorListener
H A DAnimatorSet.java295 listener.onAnimationCancel(this);
515 public void onAnimationCancel(Animator anim) {
651 public void onAnimationCancel(Animator animation) { method in class:AnimatorSet.DependencyListener
720 public void onAnimationCancel(Animator animation) { method in class:AnimatorSet.AnimatorSetListener
728 mListeners.get(i).onAnimationCancel(mAnimatorSet);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DChoreographer.java144 public void onAnimationCancel(Animator animation) { method in class:Choreographer
145 if (DEBUG) Slog.d(TAG, "onAnimationCancel");
H A DRecentsPanelView.java261 public void onAnimationCancel(Animator animation) { method in class:RecentsPanelView
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java268 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 DActionBarContextView.java491 public void onAnimationCancel(Animator animation) { method in class:ActionBarContextView
H A DScrollingTabContainerView.java527 public void onAnimationCancel(Animator animation) { method in class:ScrollingTabContainerView.VisibilityAnimListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java421 public void onAnimationCancel(Animator animation) { method in class:NotificationPanel.Choreographer
422 if (DEBUG) Slog.d(TAG, "onAnimationCancel");
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java809 public void onAnimationCancel(Animator animation) { method in class:ViewPropertyAnimator.AnimatorEventListener
811 mListener.onAnimationCancel(animation);

Completed in 102 milliseconds