Home
last modified time | relevance | path

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

1234

/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.java535 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/
DKeepAwakeAnimationListener.java40 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/
DSystemBarScrimViews.java64 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/
DTaskViewDismissedEvent.java31 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/
DViewGroupBindingAdapter.java113 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/
DAnimatorSetActivityTest.java29 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/
DAnimatorUtils.java75 void onAnimationPause(Animator animation); in onAnimationPause()
77 void onAnimationResume(Animator animation); in onAnimationResume()
DVisibility.java497 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()
DFade.java188 public void onAnimationStart(Animator animation) { in onAnimationStart()
197 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
/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()
DSwipeDismissLayout.java486 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()
DAbsActionBarView.java342 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()
DScrollingTabContainerView.java553 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/
DBoundsAnimationController.java198 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()
DWindowAnimationSpec.java55 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/
DVisibility.java518 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/
DListWithDisappearingItemBug.java63 Animation animation = new AlphaAnimation(0.0f, 1.0f); in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTrustDrawable.java274 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/
DDatePicker.java411 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/
DViewPropertyAnimator.java1074 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/
DTaskStack.java50 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/
Danimationadapter.proto59 optional string animation = 1; field

1234