Home
last modified time | relevance | path

Searched refs:findNearestVacantArea (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1296 int[] findNearestVacantArea(int pixelX, int pixelY, int spanX, int spanY, in findNearestVacantArea() method in CellLayout
1298 return findNearestVacantArea(pixelX, pixelY, spanX, spanY, null, result); in findNearestVacantArea()
1316 int[] findNearestVacantArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, in findNearestVacantArea() method in CellLayout
1318 return findNearestVacantArea(pixelX, pixelY, minSpanX, minSpanY, spanX, spanY, null, in findNearestVacantArea()
2439 findNearestVacantArea(pixelX, pixelY, minSpanX, minSpanY, spanX, spanY, null, result, in findConfigurationNoShuffle()
2748 int[] findNearestVacantArea( in findNearestVacantArea() method in CellLayout
2768 int[] findNearestVacantArea(int pixelX, int pixelY, int minSpanX, int minSpanY, in findNearestVacantArea() method in CellLayout
DLauncher.java1165 int[] result = layout.findNearestVacantArea(touchXY[0], touchXY[1], 1, 1, cellXY); in completeAddShortcut()
1245 int[] result = layout.findNearestVacantArea( in completeAddAppWidget()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1156 int[] findNearestVacantArea(int pixelX, int pixelY, int spanX, int spanY, int[] result) { in findNearestVacantArea() method in CellLayout
1157 return findNearestVacantArea(pixelX, pixelY, spanX, spanY, spanX, spanY, result, null); in findNearestVacantArea()
1175 int[] findNearestVacantArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, in findNearestVacantArea() method in CellLayout
2297 findNearestVacantArea(pixelX, pixelY, minSpanX, minSpanY, spanX, spanY, result, in findConfigurationNoShuffle()
DLauncher.java1527 int[] result = layout.findNearestVacantArea(touchXY[0], touchXY[1], 1, 1, cellXY); in completeAddShortcut()