Searched refs:animateTo (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | ConversationListSwipeHelper.java | 339 final float animateTo = (swipeDirection == SWIPE_DIRECTION_RIGHT) ? in animateDismiss() local 343 final float deltaX = animateTo - itemView.getSwipeTranslationX(); in animateDismiss() 350 itemView, animateTo, duration, UiUtils.DEFAULT_INTERPOLATOR); in animateDismiss() 391 final float animateTo, final long duration, final TimeInterpolator interpolator) { in getSwipeTranslationXAnimator() argument 393 ObjectAnimator.ofFloat(itemView, "swipeTranslationX", animateTo); in getSwipeTranslationXAnimator()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/ |
D | Rotary.kt | 25 import androidx.compose.animation.core.animateTo 469 scrollAnimation.animateTo( in handleEvent() 529 AnimationState(0f).animateTo( in snapToClosestItem() 574 anim.animateTo( in topEdgeReached() 598 return@animateTo in topEdgeReached() 611 return@animateTo in topEdgeReached() 620 anim.animateTo( in topEdgeReached()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDragView.java | 36 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() method in TaskbarDragView
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDragView.java | 46 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() method in SecondaryDragView
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | LauncherDragView.java | 65 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() method in LauncherDragView
|
D | DragController.java | 334 mDragObject.dragView.animateTo(mMotionDown.x, mMotionDown.y, onCompleteRunnable, duration); in animateDragViewToOriginalPosition()
|
D | DragView.java | 462 public abstract void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, in animateTo() method in DragView
|