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/legacy/recents/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/legacy/recents/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/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/android/view/
DWindowInsetsAnimationListener.java33 void onStarted(InsetsAnimation animation); in onStarted()
57 void onFinished(InsetsAnimation animation); in onFinished()
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()
/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.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/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/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java56 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()
DBoundsAnimationController.java220 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/
DOneTimeEndListener.java30 public void onAnimationEnd(DynamicAnimation animation, boolean canceled, float value, in onAnimationEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DFaceDialogView.java199 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
DFingerprintDialogView.java70 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in updateIcon() local
/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/core/tests/coretests/src/android/widget/listview/
DListWithDisappearingItemBug.java63 Animation animation = new AlphaAnimation(0.0f, 1.0f); in onCreate() local
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DTaskStack.java52 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/
Danimationadapter.proto59 optional string animation = 1; field
/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