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.java1884 int[] cellPoint = new int[2]; in hasReorderSolution() local
1888 cellToPoint(cellX, cellY, cellPoint); in hasReorderSolution()
1889 if (findReorderSolution(cellPoint[0], cellPoint[1], itemInfo.minSpanX, in hasReorderSolution()
1903 int[] cellPoint = new int[2]; in makeSpaceForHotseatMigration() local
1905 cellToPoint(0, mCountY, cellPoint); in makeSpaceForHotseatMigration()
1907 cellPoint[0] /* pixelX */, in makeSpaceForHotseatMigration()
1908 cellPoint[1] /* pixelY */, in makeSpaceForHotseatMigration()