Home
last modified time | relevance | path

Searched refs:CellLayoutTestCaseReader (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTestCase.java66 Iterator<CellLayoutTestCaseReader.TestSection> sections) { in readNextCase()
68 CellLayoutTestCaseReader.Board startBoard = in readNextCase()
69 (CellLayoutTestCaseReader.Board) sections.next(); in readNextCase()
71 CellLayoutTestCaseReader.Arguments arguments = in readNextCase()
72 (CellLayoutTestCaseReader.Arguments) sections.next(); in readNextCase()
82 CellLayoutTestCaseReader.Board endBoard = (CellLayoutTestCaseReader.Board) sections.next(); in readNextCase()
DCellLayoutTestCaseReader.java32 public class CellLayoutTestCaseReader { class
86 protected CellLayoutTestCaseReader(String test) { in CellLayoutTestCaseReader() method in CellLayoutTestCaseReader
90 public static CellLayoutTestCaseReader readFromFile(String fileName) throws IOException { in readFromFile()
94 return new CellLayoutTestCaseReader(fileStr); in readFromFile()
DReorderAlgorithmUnitTest.java294 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestCases()
295 CellLayoutTestCaseReader.readFromFile(testPath).parse().iterator(); in getTestCases()
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java289 private void addTestCase(Iterator<CellLayoutTestCaseReader.TestSection> sections, in addTestCase()
291 CellLayoutTestCaseReader.Board startBoard = in addTestCase()
292 ((CellLayoutTestCaseReader.Board) sections.next()); in addTestCase()
293 CellLayoutTestCaseReader.Arguments point = in addTestCase()
294 ((CellLayoutTestCaseReader.Arguments) sections.next()); in addTestCase()
295 CellLayoutTestCaseReader.Board endBoard = in addTestCase()
296 ((CellLayoutTestCaseReader.Board) sections.next()); in addTestCase()
305 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestMap()
306 CellLayoutTestCaseReader.readFromFile(testPath).parse().iterator(); in getTestMap()
/packages/apps/Launcher3/tests/assets/ReorderWidgets/
Dfull_reorder_case15 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
Dpush_reorder_case15 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
Dmove_out_reorder_case15 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
Dsimple_reorder_case15 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
Dmultiple_cell_layouts_simple_reorder15 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
Dmultiple_cell_layouts_no_space_reorder15 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
Dmultiple_cell_layouts_reorder_other_side15 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java
/packages/apps/Launcher3/tests/assets/ReorderAlgorithmUnitTest/
Dreorder_algorithm_test_cases19 # Test are parsed by CellLayoutTestCaseReader.java and boards are parsed by CellLayoutBoard.java