Searched refs:touchXY (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | Workspace.java | 2188 final int[] touchXY = new int[] { (int) mDragViewVisualCenter[0], 2190 onDropExternal(touchXY, d.dragInfo, dropTargetLayout, false, d); 2998 private void onDropExternal(int[] touchXY, Object dragInfo, argument 3000 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null); 3011 private void onDropExternal(final int[] touchXY, final Object dragInfo, argument 3042 mTargetCell = findNearestArea((int) touchXY[0], (int) touchXY[1], spanX, spanY, 3137 if (touchXY != null) { 3138 mTargetCell = findNearestArea((int) touchXY[0], (int) touchXY[ [all...] |
H A D | Launcher.java | 1135 int[] touchXY = mPendingAddInfo.dropPos; 1163 } else if (touchXY != null) { 1165 int[] result = layout.findNearestVacantArea(touchXY[0], touchXY[1], 1, 1, cellXY); 1234 int[] touchXY = mPendingAddInfo.dropPos; 1243 } else if (touchXY != null) { 1246 touchXY[0], touchXY[1], minSpanXY[0], minSpanXY[1], spanXY[0],
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Workspace.java | 2617 final int[] touchXY = new int[] { (int) mDragViewVisualCenter[0], 2619 onDropExternal(touchXY, d.dragInfo, dropTargetLayout, false, d); 3400 private void onDropExternal(int[] touchXY, Object dragInfo, argument 3402 onDropExternal(touchXY, dragInfo, cellLayout, insertAtFirst, null); 3413 private void onDropExternal(final int[] touchXY, final Object dragInfo, argument 3446 mTargetCell = findNearestArea((int) touchXY[0], (int) touchXY[1], spanX, spanY, 3533 if (touchXY != null) { 3534 mTargetCell = findNearestArea((int) touchXY[0], (int) touchXY[ [all...] |
H A D | Launcher.java | 1506 int[] touchXY = mPendingAddInfo.dropPos; 1533 } else if (touchXY != null) { 1535 int[] result = layout.findNearestVacantArea(touchXY[0], touchXY[1], 1, 1, cellXY);
|
Completed in 60 milliseconds