| /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()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/wakelock/ |
| D | KeepAwakeAnimationListener.java | 40 public void onAnimationStart(Animation animation) { in onAnimationStart() 45 public void onAnimationEnd(Animation animation) { in onAnimationEnd() 50 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat() 55 public void onAnimationStart(Animator animation) { in onAnimationStart() 60 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| /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/support/transition/src/main/java/androidx/transition/ |
| D | AnimatorUtils.java | 75 void onAnimationPause(Animator animation); in onAnimationPause() 77 void onAnimationResume(Animator animation); in onAnimationResume()
|
| D | Visibility.java | 497 public void onAnimationPause(Animator animation) { in onAnimationPause() 506 public void onAnimationResume(Animator animation) { in onAnimationResume() 513 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 518 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 522 public void onAnimationStart(Animator animation) { in onAnimationStart() 526 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| D | Fade.java | 188 public void onAnimationStart(Animator animation) { in onAnimationStart() 197 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| /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 | 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 | 198 public void onAnimationStart(Animator animation) { in onAnimationStart() 263 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() 296 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 334 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 370 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
| D | WindowAnimationSpec.java | 55 public WindowAnimationSpec(Animation animation, Point position, boolean canSkipFirstFrame) { in WindowAnimationSpec() 60 public WindowAnimationSpec(Animation animation, Point position, Rect stackBounds, in WindowAnimationSpec() 162 private static TranslateAnimation findTranslateAnimation(Animation animation) { in findTranslateAnimation()
|
| /frameworks/base/core/java/android/transition/ |
| D | Visibility.java | 518 public void onAnimationPause(Animator animation) { in onAnimationPause() 525 public void onAnimationResume(Animator animation) { in onAnimationResume() 532 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 537 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 541 public void onAnimationStart(Animator animation) { in onAnimationStart() 545 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| /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 | 274 public void onAnimationStart(Animator animation) { in onAnimationStart() 279 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 284 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
| /frameworks/support/leanback/src/main/java/androidx/leanback/widget/picker/ |
| D | DatePicker.java | 411 public void updateDate(int year, int month, int dayOfMonth, boolean animation) { in updateDate() 448 void updateSpinnersImpl(boolean animation) { in updateSpinnersImpl() 490 private void updateSpinners(final boolean animation) { in updateSpinners()
|
| /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/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
| D | TaskStack.java | 50 AnimationProps animation, boolean fromDockGesture, in onStackTaskRemoved() 82 public void removeTask(Task t, AnimationProps animation, boolean fromDockGesture) { in removeTask() 90 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
|