Home
last modified time | relevance | path

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

123

/packages/apps/Dialer/java/com/android/dialer/animation/
DAnimationListenerAdapter.java30 public void onAnimationStart(Animation animation) {} in onAnimationStart()
34 public void onAnimationEnd(Animation animation) {} in onAnimationEnd()
38 public void onAnimationRepeat(Animation animation) {} in onAnimationRepeat()
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
DAnimationListenerAdapter.java32 public void onAnimationStart(Animation animation) { in onAnimationStart()
39 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
46 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimationSuccessListener.java30 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
35 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
DKeyboardInsetAnimationCallback.java45 public void onPrepare(WindowInsetsAnimation animation) { in onPrepare()
65 public WindowInsetsAnimation.Bounds onStart(WindowInsetsAnimation animation, in onStart()
DPropertyResetListener.java38 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseScrollAdapterFragment.java155 public void onAnimationStart(Animator animation) { in onAnimationStart()
162 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
169 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
174 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
198 ViewPropertyAnimator animation = mSelectorView.animate() in onScrolled() local
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkEduCard.java82 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
87 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
92 public void onAnimationStart(Animation animation) { in onAnimationStart()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMovieControllerOverlay.java112 public void onAnimationStart(Animation animation) { in onAnimationStart()
117 public void onAnimationRepeat(Animation animation) { in onAnimationRepeat()
122 public void onAnimationEnd(Animation animation) { in onAnimationEnd()
/packages/apps/Settings/src/com/android/settings/display/
DPreviewPagerAdapter.java198 public void onAnimationStart(Animator animation) { in onAnimationStart()
203 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
209 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
214 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryItemAnimator.java155 public void onAnimationStart(Animator animation) { in onAnimationStart()
160 public void onAnimationCancel(Animator animation) {} in onAnimationCancel()
163 public void onAnimationRepeat(Animator animation) {} in onAnimationRepeat()
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DDisplaySystemBarsInsetsControllerHost.java66 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare()
71 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart()
84 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
/packages/apps/Camera2/src/com/android/camera/ui/
DRotatable.java21 public void setOrientation(int orientation, boolean animation); in setOrientation()
DRotateLayout.java116 public void setOrientation(int orientation, boolean animation) { in setOrientation()
/packages/apps/Launcher3/src/com/android/launcher3/
DFirstFrameAnimatorHelper.java80 public void onAnimationUpdate(final ValueAnimator animation) { in onAnimationUpdate()
132 public void print(ValueAnimator animation) { in print()
DLauncherAnimUtils.java166 public void onAnimationCancel(Animator animation) { in newCancelListener()
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DItemFocusIndicatorHelper.java117 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate()
238 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
245 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
/packages/apps/StorageManager/src/com/android/storagemanager/utils/
DUtils.java34 Animation animation = in setViewShown() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DBackButtonAlphaHandler.java50 PendingAnimation animation) { in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java173 public void setAnimation(AnimatorSet animation, Context context) { in setAnimation()
183 public void setAnimation(AnimatorSet animation, Context context, in setAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStateHandler.java58 PendingAnimation animation) { in setStateWithAnimation()
/packages/apps/Nfc/src/com/android/nfc/beam/
DSendUi.java660 public void onAnimationStart(Animator animation) { } in onAnimationStart()
663 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
681 public void onAnimationCancel(Animator animation) { } in onAnimationCancel()
684 public void onAnimationRepeat(Animator animation) { } in onAnimationRepeat()
687 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) { in onTimeUpdate()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRoot.java35 public void registerLaunchedAnimation(CanvasAnimation animation); in registerLaunchedAnimation()
/packages/apps/Settings/src/com/android/settings/gestures/
DBackGestureIndicatorDrawable.java92 mTimeAnimator.setTimeListener((TimeAnimator animation, long totalTime, long deltaTime) -> { in BackGestureIndicatorDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorDots.java328 public void onAnimationCancel(Animator animation) { in onAnimationCancel()
333 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRectFSpringAnim2.java200 mRectXAnim.addEndListener(((animation, canceled, centerX, velocityX) -> { in start() argument
211 mRectYAnim.addEndListener(((animation, canceled, centerY, velocityY) -> { in start() argument

123