Home
last modified time | relevance | path

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

/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
DDragView.java462 public abstract void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, in animateTo() method in DragView
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java339 final float animateTo = (swipeDirection == SWIPE_DIRECTION_RIGHT) ? in animateDismiss() local
391 final float animateTo, final long duration, final TimeInterpolator interpolator) { in getSwipeTranslationXAnimator()