HomeSort by relevance Sort by last modified time
    Searched refs:registrationX (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 59 * @param registrationX The x coordinate of the registration point.
62 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY,
109 mRegistrationX = registrationX;
DragController.java 269 final int registrationX = mMotionDownX - dragLayerX;
287 final DragView dragView = mDragObject.dragView = new DragView(mLauncher, b, registrationX,

Completed in 36 milliseconds