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.java220 public void animateViewIntoPosition(DragView dragView, final int[] pos, float alpha, in animateViewIntoPosition() method in DragLayer
228 animateViewIntoPosition(dragView, fromX, fromY, pos[0], pos[1], alpha, 1, 1, scaleX, scaleY, in animateViewIntoPosition()
232 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() method in DragLayer
233 animateViewIntoPosition(dragView, child, -1, anchorView); in animateViewIntoPosition()
236 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition() method in DragLayer
291 animateViewIntoPosition(dragView, fromX, fromY, toX, toY, 1, 1, 1, toScale, toScale, in animateViewIntoPosition()
295 public void animateViewIntoPosition(final DragView view, final int fromX, final int fromY, in animateViewIntoPosition() method in DragLayer
DDragView.java436 mDragLayer.animateViewIntoPosition(this, mTempLoc, 1f, mScaleOnDrop, mScaleOnDrop, in animateTo()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1965 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, cell, duration, in onDrop()
2617 mLauncher.getDragLayer().animateViewIntoPosition(d.dragView, view, this);
2718 mLauncher.getDragLayer().animateViewIntoPosition(dragView, finalPos, 0f, 0.1f, 0.1f,
2739 dragLayer.animateViewIntoPosition(dragView, from.left, from.top, finalPos[0],
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1308 launcher.getDragLayer().animateViewIntoPosition(d.dragView, currentDragView, null); in onDrop()