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 64 * @param registrationY The y coordinate of the registration point.
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY,
115 mRegistrationY = registrationY;
DragController.java 229 final int registrationY = mMotionDownY - dragLayerY;
247 registrationY, 0, 0, b.getWidth(), b.getHeight(), initialDragViewScale);

Completed in 34 milliseconds