Home
last modified time | relevance | path

Searched refs:onAnimationRepeat (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/animation/
DAnimatorListenerAdapter.java44 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorListenerAdapter
DAnimator.java281 void onAnimationRepeat(Animator animation); in onAnimationRepeat() method
DAnimatorSet.java691 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorSet.DependencyListener
795 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorSet.AnimatorSetListener
DValueAnimator.java1098 mListeners.get(i).onAnimationRepeat(this); in animationFrame()
/frameworks/base/core/java/android/view/animation/
DAnimation.java367 mListener.onAnimationRepeat(Animation.this); in setListenerHandler()
913 if (mListenerHandler == null) mListener.onAnimationRepeat(this); in fireAnimationRepeat()
1154 void onAnimationRepeat(Animation animation);
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java218 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in DrawableHolder
DAbsActionBarView.java276 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AbsActionBarView.VisibilityAnimListener
DSlidingTab.java97 public void onAnimationRepeat(Animation animation) {
689 public void onAnimationRepeat(Animation animation) {
DSizeAdaptiveLayout.java426 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in SizeAdaptiveLayout.BringToFrontOnEnd
DScrollingTabContainerView.java586 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ScrollingTabContainerView.VisibilityAnimListener
DActionBarContextView.java510 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ActionBarContextView
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java972 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ViewPropertyAnimator.AnimatorEventListener
974 mListener.onAnimationRepeat(animation); in onAnimationRepeat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanel.java420 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in NotificationPanel.Choreographer
/frameworks/base/services/java/com/android/server/power/
DDisplayPowerController.java548 public void onAnimationRepeat(Animator animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsPanelView.java406 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in RecentsPanelView
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd548 <li>{@link android.animation.Animator.AnimatorListener#onAnimationRepeat
549 onAnimationRepeat()} - Called when the animation repeats itself.</li>
/frameworks/support/v4/java/android/support/v4/app/
DFragmentManager.java1015 public void onAnimationRepeat(Animation animation) { in moveToState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java2011 public void onAnimationRepeat(Animation animation) {
/frameworks/base/api/
Dcurrent.txt2342 method public abstract void onAnimationRepeat(android.animation.Animator);
2355 method public void onAnimationRepeat(android.animation.Animator);
27495 method public abstract void onAnimationRepeat(android.view.animation.Animation);