/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/legacy/recents/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/legacy/recents/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/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/android/view/ |
D | WindowInsetsAnimationListener.java | 33 void onStarted(InsetsAnimation animation); in onStarted() 57 void onFinished(InsetsAnimation animation); in onFinished()
|
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()
|
/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 | 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/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/services/core/java/com/android/server/wm/ |
D | WindowAnimationSpec.java | 56 public WindowAnimationSpec(Animation animation, Point position, boolean canSkipFirstFrame, in WindowAnimationSpec() 62 public WindowAnimationSpec(Animation animation, Point position, Rect stackBounds, in WindowAnimationSpec() 169 private static TranslateAnimation findTranslateAnimation(Animation animation) { in findTranslateAnimation()
|
D | BoundsAnimationController.java | 220 public void onAnimationStart(Animator animation) { in onAnimationStart() 300 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() 340 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 378 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 417 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
/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/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | FaceDialogView.java | 199 outlineAnimator.addUpdateListener((animation) -> { in updateSize() argument 208 iconAnimator.addUpdateListener((animation) -> { in updateSize() argument 216 textSlideAnimator.addUpdateListener((animation) -> { in updateSize() argument 224 opacityAnimator.addUpdateListener((animation) -> { in updateSize() argument
|
D | FingerprintDialogView.java | 70 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in updateIcon() local
|
/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/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/legacy/recents/src/com/android/systemui/recents/model/ |
D | TaskStack.java | 52 AnimationProps animation, boolean fromDockGesture, in onStackTaskRemoved() 89 public void removeTask(Task t, AnimationProps animation, boolean fromDockGesture) { in removeTask() 97 public void removeTask(Task t, AnimationProps animation, boolean fromDockGesture, in removeTask()
|
/frameworks/base/core/proto/android/server/ |
D | animationadapter.proto | 59 optional string animation = 1; field
|
/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
|