Searched refs:endBoard (Results 1 – 4 of 4) sorted by relevance
63 CellLayoutBoard endBoard; field in ReorderAlgorithmUnitTestCase82 CellLayoutTestCaseReader.Board endBoard = (CellLayoutTestCaseReader.Board) sections.next(); in readNextCase() local83 testCase.endBoard = CellLayoutBoard.boardFromString(endBoard.board); in readNextCase()140 return endBoard; in getEndBoard()143 public void setEndBoard(CellLayoutBoard endBoard) { in setEndBoard() argument144 this.endBoard = endBoard; in setEndBoard()151 + " " + minSpanY + " " + type + " " + valid + "\n" + endBoard; in toString()
43 val endBoard: CellLayoutBoard in <lambda>() constant in com.android.launcher3.celllayout.HotseatReorderTestCase46 return "$startBoard#endBoard:\n$endBoard" in <lambda>()77 PermutedBoardComparator().compare(testCase.startBoard, testCase.endBoard) == 0 in generateValidTests()
112 validateIntegrity(testCase.startBoard, testCase.endBoard, testCase)); in generateValidTests()132 validateIntegrity(testCase.startBoard, testCase.endBoard, testCase)); in generateValidTests_Multi()224 finishBoard.compareTo(testCase.endBoard) == 0); in evaluateTestCase()258 testCase.endBoard = finishBoard; in generateRandomTestCase()
295 CellLayoutTestCaseReader.Board endBoard = in addTestCase() local299 testCaseMap.put(endBoard.gridSize, in addTestCase()300 new ReorderTestCase(startBoard.board, moveTo, endBoard.board)); in addTestCase()