Home
last modified time | relevance | path

Searched defs:dragView (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java333 public void animateViewIntoPosition(DragView dragView, final View child) { in animateViewIntoPosition()
337 public void animateViewIntoPosition(DragView dragView, final int[] pos, float scale, in animateViewIntoPosition()
348 public void animateViewIntoPosition(DragView dragView, final View child, in animateViewIntoPosition()
353 public void animateViewIntoPosition(DragView dragView, final View child, int duration, in animateViewIntoPosition()
DDropTarget.java44 public DragView dragView = null; field in DropTarget.DragObject
DDragController.java289 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local
DFolder.java607 DragView dragView, float[] recycle) { in getDragViewVisualCenter()
/packages/apps/Music/src/com/android/music/
DTouchInterceptor.java400 private void dragView(int x, int y) { in dragView() method