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

/frameworks/base/core/java/android/animation/
H A DAnimatorListenerAdapter.java45 public void onAnimationRepeat(Animator animation) { method in class:AnimatorListenerAdapter
H A DAnimator.java393 void onAnimationRepeat(Animator animation); method in interface:Animator.AnimatorListener
H A DAnimatorSet.java723 public void onAnimationRepeat(Animator animation) { method in class:AnimatorSet.DependencyListener
828 public void onAnimationRepeat(Animator animation) { method in class:AnimatorSet.AnimatorSetListener
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java283 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 DSizeAdaptiveLayout.java426 public void onAnimationRepeat(Animator animation) { method in class:SizeAdaptiveLayout.BringToFrontOnEnd
H A DActionBarContextView.java510 public void onAnimationRepeat(Animator animation) { method in class:ActionBarContextView
H A DScrollingTabContainerView.java586 public void onAnimationRepeat(Animator animation) { method in class:ScrollingTabContainerView.VisibilityAnimListener
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java1020 public void onAnimationRepeat(Animator animation) { method in class:ViewPropertyAnimator.AnimatorEventListener
1022 mListener.onAnimationRepeat(animation);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java367 mListener.onAnimationRepeat(Animation.this);
913 if (mListenerHandler == null) mListener.onAnimationRepeat(this);
1154 void onAnimationRepeat(Animation animation); method in interface:Animation.AnimationListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java395 public void onAnimationRepeat(Animator animation) { method in class:RecentsPanelView

Completed in 152 milliseconds