OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
117
options.
systemDndStartPoint
= downPos;
DragController.java
150
if (mOptions.
systemDndStartPoint
!= null) {
151
mMotionDownX = mOptions.
systemDndStartPoint
.x;
152
mMotionDownY = mOptions.
systemDndStartPoint
.y;
Completed in 211 milliseconds