Searched refs:touchXY (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 2009 final int[] touchXY = new int[]{(int) mDragViewVisualCenter[0], in onDrop() local 2011 onDropExternal(touchXY, dropTargetLayout, d); in onDrop() 2768 private void onDropExternal(final int[] touchXY, final CellLayout cellLayout, DragObject d) { 2801 mTargetCell = findNearestArea(touchXY[0], touchXY[1], spanX, spanY, 2876 if (touchXY != null) { 2877 mTargetCell = findNearestArea(touchXY[0], touchXY[1], spanX, spanY, 2891 if (touchXY != null) {
|