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.java2439 final int[] touchXY = new int[] { (int) mDragViewVisualCenter[0],
2441 onDropExternal(touchXY, dropTargetLayout, d);
3141 private void onDropExternal(final int[] touchXY, final CellLayout cellLayout, DragObject d) { argument
3181 mTargetCell = findNearestArea(touchXY[0], touchXY[1], spanX, spanY,
3270 if (touchXY != null) {
3271 mTargetCell = findNearestArea(touchXY[0], touchXY[1], spanX, spanY,
3286 if (touchXY != null) {

Completed in 168 milliseconds