Searched refs:cellPoint (Results 1 – 1 of 1) sorted by relevance
1884 int[] cellPoint = new int[2]; in hasReorderSolution() local1888 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() local1905 cellToPoint(0, mCountY, cellPoint); in makeSpaceForHotseatMigration()1907 cellPoint[0] /* pixelX */, in makeSpaceForHotseatMigration()1908 cellPoint[1] /* pixelY */, in makeSpaceForHotseatMigration()