Home
last modified time | relevance | path

Searched refs:animateTo (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java339 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/
DRotary.kt25 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/
DTaskbarDragView.java36 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() method in TaskbarDragView
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragView.java46 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() method in SecondaryDragView
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DLauncherDragView.java65 public void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, int duration) { in animateTo() method in LauncherDragView
DDragController.java334 mDragObject.dragView.animateTo(mMotionDown.x, mMotionDown.y, onCompleteRunnable, duration); in animateDragViewToOriginalPosition()
DDragView.java462 public abstract void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, in animateTo() method in DragView