Searched refs:onAnimationRepeat (Results 1 - 17 of 17) 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.java281 void onAnimationRepeat(Animator animation); method in interface:Animator.AnimatorListener
H A DAnimatorSet.java691 public void onAnimationRepeat(Animator animation) { method in class:AnimatorSet.DependencyListener
795 public void onAnimationRepeat(Animator animation) { method in class:AnimatorSet.AnimatorSetListener
H A DValueAnimator.java1098 mListeners.get(i).onAnimationRepeat(this);
/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/core/java/com/android/internal/widget/
H A DDrawableHolder.java218 public void onAnimationRepeat(Animator animation) { method in class:DrawableHolder
H A DAbsActionBarView.java276 public void onAnimationRepeat(Animator animation) { method in class:AbsActionBarView.VisibilityAnimListener
H A DSizeAdaptiveLayout.java426 public void onAnimationRepeat(Animator animation) { method in class:SizeAdaptiveLayout.BringToFrontOnEnd
H A DSlidingTab.java97 public void onAnimationRepeat(Animation animation) {
689 public void onAnimationRepeat(Animation animation) {
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.java972 public void onAnimationRepeat(Animator animation) { method in class:ViewPropertyAnimator.AnimatorEventListener
974 mListener.onAnimationRepeat(animation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java420 public void onAnimationRepeat(Animator animation) { method in class:NotificationPanel.Choreographer
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java406 public void onAnimationRepeat(Animator animation) { method in class:RecentsPanelView
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java548 public void onAnimationRepeat(Animator animation) {
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java1015 public void onAnimationRepeat(Animation animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java2011 public void onAnimationRepeat(Animation animation) {

Completed in 264 milliseconds