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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 96 /** The window token used as the parent for the DragView. */
246 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
250 dragView.setDragVisualizeOffset(new Point(dragOffset));
253 dragView.setDragRegion(new Rect(dragRegion));
256 dragView.show(mMotionDownX, mMotionDownY);
358 if (mDragObject.dragView != null) {
361 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/Launcher3/src/com/android/launcher3/
DragController.java 94 /** The window token used as the parent for the DragView. */
206 public DragView startDrag(Bitmap b, int dragLayerX, int dragLayerY,
240 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,
244 dragView.setDragVisualizeOffset(new Point(dragOffset));
247 dragView.setDragRegion(new Rect(dragRegion));
251 dragView.show(mMotionDownX, mMotionDownY);
253 return dragView;
    [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.
154 * @param dragView The DragView that's being dragged around on screen.
Folder.java 738 final DragView dragView = d.dragView;
740 final float[] r = getDragViewVisualCenter(d.x, d.y, d.xOffset, d.yOffset, dragView, null);
774 // This is used to compute the visual center of the dragView. The idea is that
778 DragView dragView, float[] recycle) {
788 // top, as the dragRect is in that case taken to be the entire dragView.
794 res[0] = left + dragView.getDragRegion().width() / 2;
795 res[1] = top + dragView.getDragRegion().height() / 2
    [all...]
PagedView.java     [all...]
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 327 dragView(x, y);
400 private void dragView(int x, int y) {

Completed in 188 milliseconds