Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2854 int[] cellPoint = new int[2]; in hasReorderSolution() local
2858 cellToPoint(cellX, cellY, cellPoint); in hasReorderSolution()
2859 if (findReorderSolution(cellPoint[0], cellPoint[1], itemInfo.minSpanX, in hasReorderSolution()
2873 int[] cellPoint = new int[2]; in makeSpaceForHotseatMigration() local
2875 cellToPoint(0, mCountY, cellPoint); in makeSpaceForHotseatMigration()
2877 if (findReorderSolution(cellPoint[0], cellPoint[1], mCountX, 1, mCountX, 1, in makeSpaceForHotseatMigration()