/packages/apps/PhoneCommon/src/com/android/phone/common/animation/ |
D | AnimationListenerAdapter.java | 32 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/Dialer/java/com/android/dialer/animation/ |
D | AnimationListenerAdapter.java | 30 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/Launcher3/src/com/android/launcher3/anim/ |
D | KeyboardInsetAnimationCallback.java | 69 public void onPrepare(WindowInsetsAnimation animation) { in onPrepare() 75 public WindowInsetsAnimation.Bounds onStart(WindowInsetsAnimation animation, in onStart() 94 WindowInsetsAnimation animation = list.get(0); in onProgress() local 118 public void onEnd(WindowInsetsAnimation animation) { in onEnd()
|
D | AnimationSuccessListener.java | 33 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 38 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
D | PropertyResetListener.java | 38 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
D | BaseScrollAdapterFragment.java | 155 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/ |
D | WorkEduCard.java | 89 public void onAnimationEnd(Animation animation) { in onAnimationEnd() 94 public void onAnimationRepeat(Animation animation) { } in onAnimationRepeat() 97 public void onAnimationStart(Animation animation) { } in onAnimationStart()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | MovieControllerOverlay.java | 112 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/ |
D | PreviewPagerAdapter.java | 206 public void onAnimationStart(Animator animation) { in onAnimationStart() 211 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 217 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 222 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat()
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/ |
D | CarDisplayAreaAnimationController.java | 137 public void onAnimationStart(Animator animation) { in onAnimationStart() 145 public void onAnimationEnd(Animator animation) { in onAnimationEnd() 156 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 165 public void onAnimationRepeat(Animator animation) { in onAnimationRepeat() 169 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryItemAnimator.java | 155 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/ |
D | DisplaySystemBarsInsetsControllerHost.java | 70 public void dispatchWindowInsetsAnimationPrepare(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationPrepare() 75 public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart( in dispatchWindowInsetsAnimationStart() 88 public void dispatchWindowInsetsAnimationEnd(@NonNull WindowInsetsAnimation animation) { in dispatchWindowInsetsAnimationEnd()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FirstFrameAnimatorHelper.java | 80 public void onAnimationUpdate(final ValueAnimator animation) { in onAnimationUpdate() 132 public void print(ValueAnimator animation) { in print()
|
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
D | ItemFocusIndicatorHelper.java | 134 public void onAnimationUpdate(ValueAnimator animation) { in onAnimationUpdate() 274 public void onAnimationCancel(Animator animation) { in onAnimationCancel() 281 public void onAnimationEnd(Animator animation) { in onAnimationEnd()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/desktop/ |
D | DesktopAppLaunchAnimatorHelper.kt | 153 addUpdateListener { animation -> in <lambda>() method 174 onEnd = { animation -> in <lambda>() method 205 addUpdateListener { animation -> in <lambda>() method 209 onEnd = { animation -> in <lambda>() method
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | Rotatable.java | 21 public void setOrientation(int orientation, boolean animation); in setOrientation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | LauncherAnimationRunner.java | 161 public void setAnimation(AnimatorSet animation, Context context) { in setAnimation() 171 public void setAnimation(AnimatorSet animation, Context context, in setAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingTaskView.java | 257 public void addStagingAnimation(PendingAnimation animation, RectF startingBounds, in addStagingAnimation() 280 public void addConfirmAnimation(PendingAnimation animation, RectF startingBounds, in addConfirmAnimation() 294 public void addAnimation(PendingAnimation animation, RectF startingBounds, in addAnimation() 365 void fadeInSplitPlaceholder(PendingAnimation animation, SplitAnimationTimings timings) { in fadeInSplitPlaceholder()
|
/packages/apps/StorageManager/src/com/android/storagemanager/utils/ |
D | Utils.java | 34 Animation animation = in setViewShown() local
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | ReorderPreviewAnimationTest.kt | 92 val animation = in testAnimationAtGivenProgress() constant
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | AbstractSlideInView.java | 177 AnimatorPlaybackController animation = setUpOpenCloseAnimation( in setUpDefaultOpenAnimation() local 211 PendingAnimation animation = new PendingAnimation(duration); in setUpOpenCloseAnimation() local 234 protected void onOpenCloseAnimationPending(PendingAnimation animation) {} in onOpenCloseAnimationPending()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | SafetyStatusPreference.java | 129 AnimatedVectorDrawable animation = (AnimatedVectorDrawable) statusImage.getDrawable(); in startScanningAnimation() local 233 AnimatedVectorDrawable animation = in startIconChangeAnimation() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | ScalingWorkspaceRevealAnim.kt | 82 private val animation = PendingAnimation(SCALE_DURATION_MS) constant
|
/packages/apps/Settings/src/com/android/settings/gestures/ |
D | BackGestureIndicatorDrawable.java | 93 mTimeAnimator.setTimeListener((TimeAnimator animation, long totalTime, long deltaTime) -> { in BackGestureIndicatorDrawable()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLRoot.java | 35 public void registerLaunchedAnimation(CanvasAnimation animation); in registerLaunchedAnimation()
|