Searched defs:animateTo (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | RampAnimator.java | 62 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 D | TaskbarDragView.java | 36 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 D | LauncherDragView.java | 64 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() method in LauncherDragView
|
H A D | DragView.java | 423 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 D | ConversationListSwipeHelper.java | 339 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 D | ExpandableViewState.java | 175 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in ExpandableViewState
|
H A D | ViewState.java | 281 public void animateTo(View child, AnimationProperties animationProperties) { in animateTo() method in ViewState
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthController.kt | 490 fun animateTo(newRadius: Int, viewToBlur: View? = null) { regex
|
H A D | NotificationShelf.java | 852 public void animateTo(View child, AnimationProperties properties) { in animateTo() method in NotificationShelf.ShelfState
|