| /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 | 537 default void onAnimationStart(Animator animation, boolean isReverse) { in onAnimationStart() 553 default void onAnimationEnd(Animator animation, boolean isReverse) { in onAnimationEnd() 562 void onAnimationStart(Animator animation); in onAnimationStart() 570 void onAnimationEnd(Animator animation); in onAnimationEnd() 578 void onAnimationCancel(Animator animation); in onAnimationCancel() 585 void onAnimationRepeat(Animator animation); in onAnimationRepeat() 601 void onAnimationPause(Animator animation); in onAnimationPause() 610 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/util/wakelock/ |
| D | KeepAwakeAnimationListener.java | 41 public void onAnimationStart(Animation animation) { in onAnimationStart() 46 public void onAnimationEnd(Animation animation) { in onAnimationEnd() 51 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat() 56 public void onAnimationStart(Animator animation) { in onAnimationStart() 61 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
| D | AuthPanelController.java | 120 marginAnimator.addUpdateListener((animation) -> { in updateForContentDimensions() argument 126 cornerAnimator.addUpdateListener((animation) -> { in updateForContentDimensions() argument 132 heightAnimator.addUpdateListener((animation) -> { in updateForContentDimensions() argument 139 widthAnimator.addUpdateListener((animation) -> { in updateForContentDimensions() argument
|
| /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/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 | AbsActionBarView.java | 343 public void onAnimationStart(Animator animation) { in onAnimationStart() 350 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 361 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 366 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
| D | ScrollingTabContainerView.java | 564 public void onAnimationStart(Animator animation) { in onAnimationStart() 571 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 579 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 584 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
| /frameworks/base/core/java/android/view/ |
| D | ViewRootInsetsControllerHost.java | 75 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare() 83 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() 110 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
|
| D | WindowInsetsAnimation.java | 378 public void onPrepare(@NonNull WindowInsetsAnimation animation) { in onPrepare() 399 public Bounds onStart( in onStart() 432 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onEnd()
|
| D | ViewPropertyAnimator.java | 1063 public void onAnimationStart(Animator animation) { in onAnimationStart() 1084 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 1094 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 1101 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 1132 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate()
|
| D | InsetsAnimationControlCallbacks.java | 39 WindowInsetsAnimation animation, in startAnimation()
|
| /frameworks/base/packages/CarSystemUI/src/com/android/systemui/wm/ |
| D | DisplaySystemBarsInsetsControllerHost.java | 66 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare() 71 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() 84 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
|
| /frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
| D | WindowInsetsActivity.java | 247 void onPrepare(WindowInsetsAnimation animation) { in onPrepare() 264 void onFinish(WindowInsetsAnimation animation) { in onFinish()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | WindowAnimationSpec.java | 55 public WindowAnimationSpec(Animation animation, Point position, boolean canSkipFirstFrame, in WindowAnimationSpec() 61 public WindowAnimationSpec(Animation animation, Point position, Rect stackBounds, in WindowAnimationSpec() 163 private static TranslateAnimation findTranslateAnimation(Animation animation) { in findTranslateAnimation()
|
| D | FixedRotationAnimationController.java | 84 final Animation animation = AnimationUtils.loadAnimation(mContext, in fadeWindowToken() local 105 private LocalAnimationAdapter.AnimationSpec createAnimationSpec(Animation animation) { in createAnimationSpec()
|
| /frameworks/base/core/java/android/transition/ |
| D | Visibility.java | 565 public void onAnimationPause(Animator animation) { in onAnimationPause() 572 public void onAnimationResume(Animator animation) { in onAnimationResume() 579 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 584 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 588 public void onAnimationStart(Animator animation) { in onAnimationStart() 592 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
| D | OneTimeEndListener.java | 30 public void onAnimationEnd(DynamicAnimation animation, boolean canceled, float value, in onAnimationEnd()
|
| /frameworks/base/core/tests/coretests/src/android/animation/ |
| D | AnimatorSetActivityTest.java | 57 public void onAnimationStart(Animator animation) { in onAnimationStart() 62 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 67 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 72 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
| D | ScrimControllerTest.java | 115 public void onAnimationStart(Animator animation) { in onAnimationStart() 120 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 125 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 130 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/ |
| D | PipAnimationController.java | 205 public void onAnimationStart(Animator animation) { in onAnimationStart() 214 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() 220 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 230 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 236 @Override public void onAnimationRepeat(Animator animation) {} in onAnimationRepeat()
|
| /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/tests/HwAccelerationTest/src/com/android/test/hwui/ |
| D | ScaledTextActivity.java | 38 ObjectAnimator animation = ObjectAnimator.ofFloat(view, "textScale", 1.0f, 10.0f); in onCreate() local
|