/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragLayer.java | 454 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
|
D | Workspace.java | 2342 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],
|
D | Folder.java | 1017 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, mCurrentDragView); in onDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragLayer.java | 554 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
|
D | Workspace.java | 2898 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],
|
D | Folder.java | 1265 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, in onDrop()
|