Searched refs:registrationY (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java64 * @param registrationY The y coordinate of the registration point.
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, argument
115 mRegistrationY = registrationY;
H A DDragController.java229 final int registrationY = mMotionDownY - dragLayerY;
247 registrationY, 0, 0, b.getWidth(), b.getHeight(), initialDragViewScale);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragView.java64 * @param registrationY The y coordinate of the registration point.
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, argument
115 mRegistrationY = registrationY;
H A DDragController.java219 final int registrationY = mMotionDownY - dragLayerY;
235 registrationY, 0, 0, b.getWidth(), b.getHeight(), initialDragViewScale);

Completed in 94 milliseconds