HomeSort by relevance Sort by last modified time
    Searched refs:systemDndStartPoint (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragOptions.java 32 public Point systemDndStartPoint = null;
DragDriver.java 86 if (Utilities.ATLEAST_NOUGAT && options.systemDndStartPoint != null) {
BaseItemDragListener.java 121 options.systemDndStartPoint = downPos;
DragController.java 145 if (mOptions.systemDndStartPoint != null) {
146 mMotionDownX = mOptions.systemDndStartPoint.x;
147 mMotionDownY = mOptions.systemDndStartPoint.y;

Completed in 4772 milliseconds