Searched defs:animateTo (Results 1 – 5 of 5) sorted by relevance
/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 | DragView.java | 462 public abstract void animateTo(int toTouchX, int toTouchY, Runnable onCompleteRunnable, in animateTo() method in DragView
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
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()
|