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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java249 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, method in class:DragLayer
257 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
261 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { method in class:DragLayer
262 animateViewIntoPosition(dragView, child, -1, anchorView);
265 public void animateViewIntoPosition(DragView dragView, final View child, int duration, method in class:DragLayer
321 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
325 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, method in class:DragLayer
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java454 public void animateViewIntoPosition(DragView dragView, final View child) { method in class:DragLayer
455 animateViewIntoPosition(dragView, child, null);
458 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, method in class:DragLayer
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
470 public void animateViewIntoPosition(DragView dragView, final View child, method in class:DragLayer
472 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, null);
475 public void animateViewIntoPosition(DragView dragView, final View child, int duration, method in class:DragLayer
529 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale,
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, method in class:DragLayer

Completed in 383 milliseconds