Home
last modified time | relevance | path

Searched defs:animateTo (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DRampAnimator.java62 public boolean animateTo(float targetLinear, float rate) { in animateTo() method in RampAnimator
222 public boolean animateTo(float linearFirstTarget, float linearSecondTarget, float rate) { in animateTo() method in RampAnimator.DualRampAnimator
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragView.java36 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() method in TaskbarDragView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DLauncherDragView.java64 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() method in LauncherDragView
H A DDragView.java423 public abstract void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, in animateTo() method in DragView
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListSwipeHelper.java339 final float animateTo = (swipeDirection == SWIPE_DIRECTION_RIGHT) ? in animateDismiss() local
391 final float animateTo, final long duration, final TimeInterpolator interpolator) { in getSwipeTranslationXAnimator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java175 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in ExpandableViewState
H A DViewState.java281 public void animateTo(View child, AnimationProperties animationProperties) { in animateTo() method in ViewState
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthController.kt490 fun animateTo(newRadius: Int, viewToBlur: View? = null) { regex
H A DNotificationShelf.java852 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in NotificationShelf.ShelfState