Home
last modified time | relevance | path

Searched refs:endBoard (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTestCase.java63 CellLayoutBoard endBoard; field in ReorderAlgorithmUnitTestCase
82 CellLayoutTestCaseReader.Board endBoard = (CellLayoutTestCaseReader.Board) sections.next(); in readNextCase() local
83 testCase.endBoard = CellLayoutBoard.boardFromString(endBoard.board); in readNextCase()
140 return endBoard; in getEndBoard()
143 public void setEndBoard(CellLayoutBoard endBoard) { in setEndBoard() argument
144 this.endBoard = endBoard; in setEndBoard()
151 + " " + minSpanY + " " + type + " " + valid + "\n" + endBoard; in toString()
DHotseatReorderUnitTest.kt43 val endBoard: CellLayoutBoard in <lambda>() constant in com.android.launcher3.celllayout.HotseatReorderTestCase
46 return "$startBoard#endBoard:\n$endBoard" in <lambda>()
77 PermutedBoardComparator().compare(testCase.startBoard, testCase.endBoard) == 0 in generateValidTests()
DReorderAlgorithmUnitTest.java112 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()
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java295 CellLayoutTestCaseReader.Board endBoard = in addTestCase() local
299 testCaseMap.put(endBoard.gridSize, in addTestCase()
300 new ReorderTestCase(startBoard.board, moveTo, endBoard.board)); in addTestCase()