Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java454 public void animateViewIntoPosition(DragView dragView, final View child) { in animateViewIntoPosition() method in DragLayer
455 animateViewIntoPosition(dragView, child, null); in animateViewIntoPosition()
458 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer
466 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
470 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition() method in DragLayer
472 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, null); in animateViewIntoPosition()
475 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer
529 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, scale, scale, in animateViewIntoPosition()
533 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer
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],
DFolder.java1017 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView); in onDrop()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java554 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer
562 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
566 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition() method in DragLayer
568 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, anchorView); in animateViewIntoPosition()
571 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer
634 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
638 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer
DWorkspace.java2898 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, cell, duration, in onDrop()
3691 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, view,
3780 mLauncher.getDragLayer().animateViewIntoPosition(dragView, finalPos, 0f, 0.1f, 0.1f,
3801 dragLayer.animateViewIntoPosition(dragView, from.left, from.top, finalPos[0],
DFolder.java1265 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, in onDrop()