/frameworks/base/core/java/android/animation/ |
D | AnimatorListenerAdapter.java | 45 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorListenerAdapter
|
D | Animator.java | 470 void onAnimationRepeat(Animator animation); in onAnimationRepeat() method
|
D | AnimatorSet.java | 759 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorSet.DependencyListener 864 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AnimatorSet.AnimatorSetListener
|
D | ValueAnimator.java | 1281 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/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | RevealActivity.java | 50 public void onAnimationRepeat(Animator 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 | 304 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in AbsActionBarView.VisibilityAnimListener
|
D | SlidingTab.java | 103 public void onAnimationRepeat(Animation animation) { 695 public void onAnimationRepeat(Animation animation) {
|
D | SizeAdaptiveLayout.java | 433 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in SizeAdaptiveLayout.BringToFrontOnEnd
|
D | ScrollingTabContainerView.java | 585 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ScrollingTabContainerView.VisibilityAnimListener
|
D | ActionBarContextView.java | 523 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ActionBarContextView
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | BaseCardView.java | 676 public void onAnimationRepeat(Animation animation) { in animateInfoOffset() 719 public void onAnimationRepeat(Animation animation) { in animateInfoHeight() 757 public void onAnimationRepeat(Animation animation) { in animateInfoAlpha()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 1106 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in ViewPropertyAnimator.AnimatorEventListener 1108 mListener.onAnimationRepeat(animation); in onAnimationRepeat()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | PlaybackOverlayFragment.java | 127 public void onAnimationRepeat(Animator animation) { 721 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in PlaybackOverlayFragment.AnimatorListener
|
D | PlaybackOverlaySupportFragment.java | 129 public void onAnimationRepeat(Animator animation) { 723 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() method in PlaybackOverlaySupportFragment.AnimatorListener
|
D | BackgroundManager.java | 738 public void onAnimationRepeat(Animator animation) {
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | SwipeRefreshLayout.java | 156 public void onAnimationRepeat(Animation animation) { 828 public void onAnimationRepeat(Animation animation) { in onTouchEvent()
|
D | MaterialProgressDrawable.java | 362 public void onAnimationRepeat(Animation animation) { in setupAnimators()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 979 public void onAnimationRepeat(Animation arg0) { in runEnterAnimation() 1063 public void onAnimationRepeat(Animation arg0) { in runExitAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 401 public void onAnimationRepeat(Animator animator) { }
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayPowerController.java | 470 public void onAnimationRepeat(Animator animation) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | RecentsPanelView.java | 395 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 | 1047 public void onAnimationRepeat(Animation animation) { in moveToState()
|