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/ |
| D | DragLayer.java | 532 public void animateViewIntoPosition(DragView dragView, final View child) { in animateViewIntoPosition() method in DragLayer 536 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer 548 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition() method in DragLayer 553 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer 620 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer
|