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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 60 * @param registrationY The y coordinate of the registration point.
62 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY,
110 mRegistrationY = registrationY;
DragController.java 270 final int registrationY = mMotionDownY - dragLayerY;
288 registrationY, 0, 0, b.getWidth(), b.getHeight());

Completed in 554 milliseconds