/frameworks/base/core/java/android/animation/ |
D | AnimatorListenerAdapter.java | 44 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorListenerAdapter
|
D | Animator.java | 281 void onAnimationRepeat(Animator animation); in onAnimationRepeat() method
|
D | AnimatorSet.java | 691 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorSet.DependencyListener 795 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorSet.AnimatorSetListener
|
D | ValueAnimator.java | 1098 mListeners.get(i).onAnimationRepeat(this); in animationFrame()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 367 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/ |
D | DrawableHolder.java | 218 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in DrawableHolder
|
D | AbsActionBarView.java | 276 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AbsActionBarView.VisibilityAnimListener
|
D | SlidingTab.java | 97 public void onAnimationRepeat(Animation animation) { 689 public void onAnimationRepeat(Animation animation) {
|
D | SizeAdaptiveLayout.java | 426 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in SizeAdaptiveLayout.BringToFrontOnEnd
|
D | ScrollingTabContainerView.java | 586 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ScrollingTabContainerView.VisibilityAnimListener
|
D | ActionBarContextView.java | 510 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ActionBarContextView
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 972 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/ |
D | NotificationPanel.java | 420 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in NotificationPanel.Choreographer
|
/frameworks/base/services/java/com/android/server/power/ |
D | DisplayPowerController.java | 548 public void onAnimationRepeat(Animator animation) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | RecentsPanelView.java | 406 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in RecentsPanelView
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 548 <li>{@link android.animation.Animator.AnimatorListener#onAnimationRepeat 549 onAnimationRepeat()} - Called when the animation repeats itself.</li>
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentManager.java | 1015 public void onAnimationRepeat(Animation animation) { in moveToState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 2011 public void onAnimationRepeat(Animation animation) {
|
/frameworks/base/api/ |
D | current.txt | 2342 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);
|