HomeSort by relevance Sort by last modified time
    Searched defs:dragView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 96 /** The window token used as the parent for the DragView. */
244 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
248 dragView.setDragVisualizeOffset(new Point(dragOffset));
251 dragView.setDragRegion(new Rect(dragRegion));
254 dragView.show(mMotionDownX, mMotionDownY);
357 if (mDragObject.dragView != null) {
360 mDragObject.dragView.remove()
    [all...]
DropTarget.java 49 public DragView dragView = null;
63 /** Defers removing the DragView from the DragLayer until after the drop animation. */
124 * @param dragView The DragView that's being dragged around on screen.
155 * @param dragView The DragView that's being dragged around on screen.
173 * @param dragView The DragView that's being dragged around on screen.
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 327 dragView(x, y);
400 private void dragView(int x, int y) {

Completed in 302 milliseconds