Searched refs:touchXY (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1784 final int[] touchXY = new int[] { (int) mDragViewVisualCenter[0], in onDrop() local 1786 onDropExternal(touchXY, dropTargetLayout, d); in onDrop() 2454 private void onDropExternal(final int[] touchXY, final CellLayout cellLayout, DragObject d) { 2486 mTargetCell = findNearestArea(touchXY[0], touchXY[1], spanX, spanY, 2579 if (touchXY != null) { 2580 mTargetCell = findNearestArea(touchXY[0], touchXY[1], spanX, spanY, 2594 if (touchXY != null) {
|