Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DCellLayoutTestUtils.java63 public static CellLayoutBoard viewsToBoard(List<View> views, int width, int height) { in viewsToBoard() method in CellLayoutTestUtils
DHotseatReorderUnitTest.kt156 return CellLayoutTestUtils.viewsToBoard(views, cellLayout.countX, cellLayout.countY) in boardFromCellLayout()
DReorderAlgorithmUnitTest.java204 CellLayoutBoard board = CellLayoutTestUtils.viewsToBoard( in boardFromSolution()