Searched refs:touchXY (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2188 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 DLauncher.java1135 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 DWorkspace.java1840 final int[] touchXY = new int[] { (int) mDragViewVisualCenter[0],
1842 onDropExternal(touchXY, dropTargetLayout, d);
2521 private void onDropExternal(final int[] touchXY, final CellLayout cellLayout, DragObject d) { argument
2553 mTargetCell = findNearestArea(touchXY[0], touchXY[1], spanX, spanY,
2650 if (touchXY != null) {
2651 mTargetCell = findNearestArea(touchXY[0], touchXY[1], spanX, spanY,
2665 if (touchXY != null) {

Completed in 204 milliseconds