Searched defs:registrationX (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java63 * @param registrationX The x coordinate of the registration point.
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, argument
114 mRegistrationX = registrationX;
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java127 * @param registrationX The x coordinate of the registration point.
130 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, argument
176 mRegistrationX = registrationX;

Completed in 77 milliseconds