/frameworks/base/core/java/android/animation/ |
D | AnimatorListenerAdapter.java | 31 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 38 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 45 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 52 public void onAnimationStart(Animator animation) { in onAnimationStart() 59 public void onAnimationPause(Animator animation) { in onAnimationPause() 66 public void onAnimationResume(Animator animation) { in onAnimationResume()
|
D | Animator.java | 535 default void onAnimationStart(Animator animation, boolean isReverse) { in onAnimationStart() 551 default void onAnimationEnd(Animator animation, boolean isReverse) { in onAnimationEnd() 560 void onAnimationStart(Animator animation); in onAnimationStart() 568 void onAnimationEnd(Animator animation); in onAnimationEnd() 576 void onAnimationCancel(Animator animation); in onAnimationCancel() 583 void onAnimationRepeat(Animator animation); in onAnimationRepeat() 599 void onAnimationPause(Animator animation); in onAnimationPause() 608 void onAnimationResume(Animator animation); in onAnimationResume()
|
D | TimeAnimator.java | 96 void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime); in onTimeUpdate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | SystemBarScrimViews.java | 64 AnimationProps animation) { in updateNavBarScrim() 86 private void animateNavBarScrimVisibility(boolean visible, AnimationProps animation) { in animateNavBarScrimVisibility() 119 AnimationProps animation = mShouldAnimateNavBarScrim in onBusEvent() local 134 AnimationProps animation = createBoundsAnimation( in onBusEvent() local 142 AnimationProps animation = createBoundsAnimation( in onBusEvent() local 178 AnimationProps animation = hasNavBarScrim in animateScrimToCurrentNavBarState() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/ |
D | TaskViewDismissedEvent.java | 31 public final AnimationProps animation; field in TaskViewDismissedEvent 33 public TaskViewDismissedEvent(Task task, TaskView taskView, AnimationProps animation) { in TaskViewDismissedEvent()
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | ViewGroupBindingAdapter.java | 113 void onAnimationStart(Animation animation); in onAnimationStart() 117 void onAnimationEnd(Animation animation); in onAnimationEnd() 121 void onAnimationRepeat(Animation animation); in onAnimationRepeat()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetActivityTest.java | 29 public void onAnimationStart(Animator animation) { in onAnimationStart() 34 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 39 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 44 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
/frameworks/base/core/java/android/view/animation/ |
D | LayoutAnimationController.java | 133 public LayoutAnimationController(Animation animation) { in LayoutAnimationController() 144 public LayoutAnimationController(Animation animation, float delay) { in LayoutAnimationController() 200 public void setAnimation(Animation animation) { in setAnimation() 327 final Animation animation = mAnimation.clone(); in getAnimationForView() local
|
D | GridLayoutAnimationController.java | 139 public GridLayoutAnimationController(Animation animation) { in GridLayoutAnimationController() 151 public GridLayoutAnimationController(Animation animation, float columnDelay, float rowDelay) { in GridLayoutAnimationController()
|
/frameworks/support/transition/api14/android/support/transition/ |
D | AnimatorUtilsApi14.java | 68 void onAnimationPause(Animator animation); in onAnimationPause() 70 void onAnimationResume(Animator animation); in onAnimationResume()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DrawableHolder.java | 210 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 214 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 218 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 222 public void onAnimationStart(Animator animation) { in onAnimationStart()
|
D | SwipeDismissLayout.java | 486 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() 492 public void onAnimationStart(Animator animation) { in onAnimationStart() 497 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 502 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 513 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
D | AbsActionBarView.java | 342 public void onAnimationStart(Animator animation) { in onAnimationStart() 349 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 360 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 365 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
D | ScrollingTabContainerView.java | 553 public void onAnimationStart(Animator animation) { in onAnimationStart() 560 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 568 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 573 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 201 public void onAnimationStart(Animator animation) { in onAnimationStart() 258 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() 291 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 329 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 365 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
/frameworks/base/core/java/android/transition/ |
D | Visibility.java | 512 public void onAnimationPause(Animator animation) { in onAnimationPause() 519 public void onAnimationResume(Animator animation) { in onAnimationResume() 526 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 531 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 535 public void onAnimationStart(Animator animation) { in onAnimationStart() 539 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
/frameworks/support/transition/src/android/support/transition/ |
D | Visibility.java | 493 public void onAnimationPause(Animator animation) { in onAnimationPause() 502 public void onAnimationResume(Animator animation) { in onAnimationResume() 509 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 514 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 518 public void onAnimationStart(Animator animation) { in onAnimationStart() 522 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
D | Fade.java | 187 public void onAnimationStart(Animator animation) { in onAnimationStart() 196 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/ |
D | DatePicker.java | 312 public void updateDate(int year, int month, int dayOfMonth, boolean animation) { in updateDate() 349 void updateSpinnersImpl(boolean animation) { in updateSpinnersImpl() 391 private void updateSpinners(final boolean animation) { in updateSpinners()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListWithDisappearingItemBug.java | 63 Animation animation = new AlphaAnimation(0.0f, 1.0f); in onCreate() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | TrustDrawable.java | 273 public void onAnimationStart(Animator animation) { in onAnimationStart() 278 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 283 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 1074 public void onAnimationStart(Animator animation) { in onAnimationStart() 1095 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 1105 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 1112 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 1143 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | PlaybackOverlaySupportFragment.java | 842 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 845 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 848 public void onAnimationStart(Animator animation) { in onAnimationStart() 856 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
D | PlaybackOverlayFragment.java | 839 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 842 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 845 public void onAnimationStart(Animator animation) { in onAnimationStart() 853 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | StatusBarController.java | 159 private static TranslateAnimation findTranslateAnimation(Animation animation) { in findTranslateAnimation()
|