Searched defs:findNearestVacantArea (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | CellLayout.java | 1058 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 D | Workspace.java | 2222 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(
|
Completed in 94 milliseconds