Searched refs:viewsToBoard (Results 1 – 3 of 3) sorted by relevance
63 public static CellLayoutBoard viewsToBoard(List<View> views, int width, int height) { in viewsToBoard() method in CellLayoutTestUtils
156 return CellLayoutTestUtils.viewsToBoard(views, cellLayout.countX, cellLayout.countY) in boardFromCellLayout()
204 CellLayoutBoard board = CellLayoutTestUtils.viewsToBoard( in boardFromSolution()