Searched defs:dragView (Results 1 – 5 of 5) sorted by relevance
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | DragLayer.java | 333 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()
|
| D | DropTarget.java | 44 public DragView dragView = null; field in DropTarget.DragObject
|
| D | DragController.java | 289 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX, in startDrag() local
|
| D | Folder.java | 607 DragView dragView, float[] recycle) { in getDragViewVisualCenter()
|
| /packages/apps/Music/src/com/android/music/ |
| D | TouchInterceptor.java | 400 private void dragView(int x, int y) { in dragView() method
|