Searched defs:findNearestVacantArea (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 1296 int[] findNearestVacantArea(int pixelX, int pixelY, int spanX, int spanY, in findNearestVacantArea() method in CellLayout 1316 int[] findNearestVacantArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, in findNearestVacantArea() method in CellLayout 2748 int[] findNearestVacantArea( in findNearestVacantArea() method in CellLayout 2768 int[] findNearestVacantArea(int pixelX, int pixelY, int minSpanX, int minSpanY, in findNearestVacantArea() method in CellLayout
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1156 int[] findNearestVacantArea(int pixelX, int pixelY, int spanX, int spanY, int[] result) { in findNearestVacantArea() method in CellLayout 1175 int[] findNearestVacantArea(int pixelX, int pixelY, int minSpanX, int minSpanY, int spanX, in findNearestVacantArea() method in CellLayout
|