Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DLauncherDragView.java32 public LauncherDragView(Launcher launcher, Drawable drawable, int registrationX, in LauncherDragView()
39 int registrationX, int registrationY, float initialScale, float scaleOnDrop, in LauncherDragView()
H A DLauncherDragController.java86 final int registrationX = mMotionDown.x - dragLayerX; in startDrag() local
H A DDragView.java112 public DragView(T launcher, Drawable drawable, int registrationX, in DragView()
135 public DragView(T activity, View content, int width, int height, int registrationX, in DragView()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragView.java29 public TaskbarDragView(TaskbarActivityContext launcher, Drawable drawable, int registrationX, in TaskbarDragView()