Searched refs:animateViewIntoPosition (Results 1 - 6 of 6) sorted by relevance

/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
H A DFolder.java1017 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView);
H A DWorkspace.java2342 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, cell, duration,
3176 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, view,
3269 mLauncher.getDragLayer().animateViewIntoPosition(dragView, finalPos, 0f, 0.1f, 0.1f,
3290 dragLayer.animateViewIntoPosition(dragView, from.left, from.top, finalPos[0],
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java527 public void animateViewIntoPosition(DragView dragView, final View child) { method in class:DragLayer
528 animateViewIntoPosition(dragView, child, null, null);
531 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, method in class:DragLayer
539 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY,
543 public void animateViewIntoPosition(DragView dragView, final View child, method in class:DragLayer
545 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, anchorView);
548 public void animateViewIntoPosition(DragView dragView, final View child, int duration, method in class:DragLayer
611 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale,
615 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, method in class:DragLayer
H A DFolder.java1283 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView,
H A DWorkspace.java3176 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, cell, duration,
3988 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, view,
4081 mLauncher.getDragLayer().animateViewIntoPosition(dragView, finalPos, 0f, 0.1f, 0.1f,
4102 dragLayer.animateViewIntoPosition(dragView, from.left, from.top, finalPos[0],

Completed in 809 milliseconds