Home
last modified time | relevance | path

Searched refs:registrationY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDragView.java66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, in DragView() argument
115 mRegistrationY = registrationY; in DragView()
DDragController.java229 final int registrationY = mMotionDownY - dragLayerY; in startDrag() local
247 registrationY, 0, 0, b.getWidth(), b.getHeight(), initialDragViewScale); in startDrag()