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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1058 final int[] nearest = findNearestVacantArea(originX, originY, spanX, spanY, v, mDragCell);
1145 int[] findNearestVacantArea( method in class:CellLayout
1147 return findNearestVacantArea(pixelX, pixelY, spanX, spanY, null, result);
1234 int[] findNearestVacantArea( method in class:CellLayout
H A DWorkspace.java2222 mTargetCell = findNearestVacantArea((int) mDragViewVisualCenter[0],
2946 mTargetCell = findNearestVacantArea(touchXY[0], touchXY[1], spanX, spanY, null,
3032 mTargetCell = findNearestVacantArea(touchXY[0], touchXY[1], 1, 1, null,
3111 private int[] findNearestVacantArea(int pixelX, int pixelY, method in class:Workspace
3113 return layout.findNearestVacantArea(
H A DLauncher.java901 int[] result = layout.findNearestVacantArea(touchXY[0], touchXY[1], 1, 1, cellXY);
971 int[] result = layout.findNearestVacantArea(

Completed in 72 milliseconds