Home
last modified time | relevance | path

Searched defs:registrationX (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragView.java32 int registrationX, int registrationY, float initialScale, float scaleOnDrop, in SecondaryDragView()
39 int registrationX, int registrationY, float initialScale, float scaleOnDrop, in SecondaryDragView()
DSecondaryDragController.java68 final int registrationX = mMotionDown.x - dragLayerX; in startDrag() local
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DLauncherDragView.java32 public LauncherDragView(Launcher launcher, Drawable drawable, int registrationX, in LauncherDragView()
39 int registrationX, int registrationY, float initialScale, float scaleOnDrop, in LauncherDragView()
DLauncherDragController.java81 final int registrationX = mMotionDown.x - dragLayerX; in startDrag() local
DDragView.java119 public DragView(T launcher, Drawable drawable, int registrationX, in DragView()
142 public DragView(T activity, View content, int width, int height, int registrationX, in DragView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragView.java29 public TaskbarDragView(BaseTaskbarContext launcher, Drawable drawable, int registrationX, in TaskbarDragView()