Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java233 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
DLauncherDragView.java68 mActivity.getDragLayer().animateViewIntoPosition(this, mTempLoc, 1f, mScaleOnDrop, in animateTo()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2199 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/
DFolder.java1344 launcher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, null); in onDrop()