Searched defs:onAnimationRepeat (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorListenerAdapter.java44 public void onAnimationRepeat(Animator animation) { method in class:AnimatorListenerAdapter
H A DAnimator.java274 void onAnimationRepeat(Animator animation); method in interface:Animator.AnimatorListener
H A DAnimatorSet.java666 public void onAnimationRepeat(Animator animation) { method in class:AnimatorSet.DependencyListener
770 public void onAnimationRepeat(Animator animation) { method in class:AnimatorSet.AnimatorSetListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DChoreographer.java159 public void onAnimationRepeat(Animator animation) { method in class:Choreographer
H A DRecentsPanelView.java275 public void onAnimationRepeat(Animator animation) { method in class:RecentsPanelView
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java273 public void onAnimationRepeat(Animator animation) { method in class:AbsActionBarView.VisibilityAnimListener
H A DDrawableHolder.java218 public void onAnimationRepeat(Animator animation) { method in class:DrawableHolder
H A DActionBarContextView.java495 public void onAnimationRepeat(Animator animation) { method in class:ActionBarContextView
H A DScrollingTabContainerView.java532 public void onAnimationRepeat(Animator animation) { method in class:ScrollingTabContainerView.VisibilityAnimListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java437 public void onAnimationRepeat(Animator animation) { method in class:NotificationPanel.Choreographer
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java816 public void onAnimationRepeat(Animator animation) { method in class:ViewPropertyAnimator.AnimatorEventListener
818 mListener.onAnimationRepeat(animation);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java859 mListener.onAnimationRepeat(this);
1101 void onAnimationRepeat(Animation animation); method in interface:Animation.AnimationListener

Completed in 1205 milliseconds