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.java239 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer
247 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
251 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() method in DragLayer
252 animateViewIntoPosition(dragView, child, -1, anchorView); in animateViewIntoPosition()
255 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer
312 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
316 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer
DDragView.java530 mDragLayer.animateViewIntoPosition(this, mTempLoc, 1f, mScaleOnDrop, mScaleOnDrop, in animateTo()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1939 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, cell, duration, in onDrop()
2604 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, view, this);
2702 mLauncher.getDragLayer().animateViewIntoPosition(dragView, finalPos, 0f, 0.1f, 0.1f,
2723 dragLayer.animateViewIntoPosition(dragView, from.left, from.top, finalPos[0],
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1211 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, null); in onDrop()