Home
last modified time | relevance | path

Searched defs:animation (Results 1 – 25 of 95) 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.java583 default void onAnimationStart(@NonNull Animator animation, boolean isReverse) { in onAnimationStart()
599 default void onAnimationEnd(@NonNull Animator animation, boolean isReverse) { in onAnimationEnd()
608 void onAnimationStart(@NonNull Animator animation); in onAnimationStart()
616 void onAnimationEnd(@NonNull Animator animation); in onAnimationEnd()
624 void onAnimationCancel(@NonNull Animator animation); in onAnimationCancel()
631 void onAnimationRepeat(@NonNull Animator animation); in onAnimationRepeat()
647 void onAnimationPause(@NonNull Animator animation); in onAnimationPause()
656 void onAnimationResume(@NonNull Animator animation); in onAnimationResume()
/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/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java122 public void onAnimationStart(Animator animation) { in onAnimationStart()
127 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
133 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
139 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputView.java66 public void onAnimationCancel(Animator animation) { in getAnimationListener()
71 public void onAnimationEnd(Animator animation) { in getAnimationListener()
80 public void onAnimationStart(Animator animation) { in getAnimationListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java283 public void onAnimationStart(Animator animation) { in onAnimationStart()
288 public void onAnimationEnd(Animator animation, boolean isReverse) { in onAnimationEnd()
304 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
308 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
313 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
331 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DDialogAnimationController.java152 Animation animation = mTransitionAnimation.loadAnimationAttr(mPackageName, mAnimStyleResId, in loadAnimation() local
169 public void onAnimationEnd(Animation animation) { in getAnimationListener()
174 public void onAnimationRepeat(Animation animation) {} in getAnimationListener()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationAdapter.java76 TaskFragmentAnimationAdapter(@NonNull Animation animation, in TaskFragmentAnimationAdapter()
86 TaskFragmentAnimationAdapter(@NonNull Animation animation, in TaskFragmentAnimationAdapter()
179 SnapshotAdapter(@NonNull Animation animation, @NonNull RemoteAnimationTarget target) { in SnapshotAdapter()
198 BoundsChangeAdapter(@NonNull Animation animation, @NonNull RemoteAnimationTarget target) { in BoundsChangeAdapter()
DTaskFragmentAnimationSpec.java105 final Animation animation = new TranslateAnimation(startLeft, 0, startTop, 0); in createChangeBoundsOpenAnimation() local
133 final Animation animation = new TranslateAnimation(0, endLeft, 0, endTop); in createChangeBoundsCloseAnimation() local
207 final Animation animation; in loadOpenAnimation() local
232 final Animation animation; in loadCloseAnimation() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationAdapter.java77 ActivityEmbeddingAnimationAdapter(@NonNull Animation animation, in ActivityEmbeddingAnimationAdapter()
88 ActivityEmbeddingAnimationAdapter(@NonNull Animation animation, in ActivityEmbeddingAnimationAdapter()
186 SnapshotAdapter(@NonNull Animation animation, @NonNull TransitionInfo.Change change, in SnapshotAdapter()
214 BoundsChangeAdapter(@NonNull Animation animation, @NonNull TransitionInfo.Change change) { in BoundsChangeAdapter()
DActivityEmbeddingAnimationSpec.java100 final Animation animation = new TranslateAnimation(startLeft, 0, startTop, 0); in createChangeBoundsOpenAnimation() local
128 final Animation animation = new TranslateAnimation(0, endLeft, 0, endTop); in createChangeBoundsCloseAnimation() local
202 final Animation animation; in loadOpenAnimation() local
226 final Animation animation; in loadCloseAnimation() local
/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthPanelController.java141 marginAnimator.addUpdateListener((animation) -> { in updateForContentDimensions() argument
147 cornerAnimator.addUpdateListener((animation) -> { in updateForContentDimensions() argument
153 heightAnimator.addUpdateListener((animation) -> { in updateForContentDimensions() argument
160 widthAnimator.addUpdateListener((animation) -> { in updateForContentDimensions() argument
/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.java344 public void onAnimationStart(Animator animation) { in onAnimationStart()
351 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
362 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
367 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java244 void onPrepare(WindowInsetsAnimation animation) { in onPrepare()
261 void onFinish(WindowInsetsAnimation animation) { in onFinish()
/frameworks/base/core/java/android/view/
DWindowInsetsAnimation.java384 public void onPrepare(@NonNull WindowInsetsAnimation animation) { in onPrepare()
405 public Bounds onStart( in onStart()
438 public void onEnd(@NonNull WindowInsetsAnimation animation) { in onEnd()
DViewRootInsetsControllerHost.java76 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
84 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart()
111 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
/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/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedAnimationController.java151 public void onAnimationStart(Animator animation) { in onAnimationStart()
159 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
170 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
179 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
183 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/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/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 rootTaskBounds, in WindowAnimationSpec()
220 private static TranslateAnimation findTranslateAnimation(Animation animation) { in findTranslateAnimation()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleAnimationSession.java259 public void onAnimationStart(Animator animation) { in onAnimationStart()
264 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
269 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
274 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

1234