Searched defs:animateViewIntoPosition (Results 1 – 2 of 2) sorted by relevance
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | DragLayer.java | 454 public void animateViewIntoPosition(DragView dragView, final View child) { in animateViewIntoPosition() method in DragLayer 458 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer 470 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition() method in DragLayer 475 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer 533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer
|
| /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
| D | DragLayer.java | 562 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer 574 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition() method in DragLayer 579 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer 646 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer
|