Home
last modified time | relevance | path

Searched defs:animation (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/base/core/java/android/animation/
DAnimatorListenerAdapter.java31 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()
DAnimator.java537 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()
DTimeAnimator.java96 void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime); in onTimeUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/
DKeepAwakeAnimationListener.java41 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/
DAuthPanelController.java120 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/
DLayoutAnimationController.java133 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
DGridLayoutAnimationController.java139 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/
DDrawableHolder.java210 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()
DAbsActionBarView.java343 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()
DScrollingTabContainerView.java564 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/
DViewRootInsetsControllerHost.java75 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
83 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart()
110 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
DWindowInsetsAnimation.java378 public void onPrepare(@NonNull WindowInsetsAnimation animation) { in onPrepare()
399 public Bounds onStart( in onStart()
432 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onEnd()
DViewPropertyAnimator.java1063 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()
DInsetsAnimationControlCallbacks.java39 WindowInsetsAnimation animation, in startAnimation()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/wm/
DDisplaySystemBarsInsetsControllerHost.java66 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/
DWindowInsetsActivity.java247 void onPrepare(WindowInsetsAnimation animation) { in onPrepare()
264 void onFinish(WindowInsetsAnimation animation) { in onFinish()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java55 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()
DFixedRotationAnimationController.java84 final Animation animation = AnimationUtils.loadAnimation(mContext, in fadeWindowToken() local
105 private LocalAnimationAdapter.AnimationSpec createAnimationSpec(Animation animation) { in createAnimationSpec()
/frameworks/base/core/java/android/transition/
DVisibility.java565 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/
DOneTimeEndListener.java30 public void onAnimationEnd(DynamicAnimation animation, boolean canceled, float value, in onAnimationEnd()
/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetActivityTest.java57 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/
DScrimControllerTest.java115 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/
DPipAnimationController.java205 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/
DListWithDisappearingItemBug.java63 Animation animation = new AlphaAnimation(0.0f, 1.0f); in onCreate() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DScaledTextActivity.java38 ObjectAnimator animation = ObjectAnimator.ofFloat(view, "textScale", 1.0f, 10.0f); in onCreate() local

123