Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java333 public void animateViewIntoPosition(DragView dragView, final View child) { in animateViewIntoPosition() method in DragLayer
337 public void animateViewIntoPosition(DragView dragView, final int[] pos, float scale, in animateViewIntoPosition() method in DragLayer
348 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition() method in DragLayer
353 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer
413 private void animateViewIntoPosition(final View view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer