Searched refs:animateViewIntoPosition (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 233 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer 236 animateViewIntoPosition(dragView, pos[0], pos[1], alpha, scaleX, scaleY, in animateViewIntoPosition() 240 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() method in DragLayer 241 animateViewIntoPosition(dragView, child, -1, anchorView); in animateViewIntoPosition() 244 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer 294 animateViewIntoPosition(dragView, toX, toY, 1, toScale, toScale, in animateViewIntoPosition() 301 public void animateViewIntoPosition(final DragView view, in animateViewIntoPosition() method in DragLayer
|
D | LauncherDragView.java | 68 mActivity.getDragLayer().animateViewIntoPosition(this, mTempLoc, 1f, mScaleOnDrop, in animateTo()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 2199 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, cell, duration, in onDrop() 2914 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, view, this); 3021 mLauncher.getDragLayer().animateViewIntoPosition(dragView, finalPos, 0f, 0.1f, 0.1f, 3042 dragLayer.animateViewIntoPosition(dragView, finalPos[0],
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 1344 launcher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, null); in onDrop()
|