Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
DPageIndexingHelperTest.java49 runTwoWayMappingTest(gridPositions, adapterIndexes, helper); in test2x4x1_testAdapterGridOneToOneMapping_LTR()
64 runTwoWayMappingTest(gridPositions, adapterIndexes, helper); in test2x4x1_testAdapterGridOneToOneMapping_RTL()
89 runTwoWayMappingTest(gridPositions, adapterIndexes, helper); in test3x5x2_testAdapterGridOneToOneMapping_LTR()
114 runTwoWayMappingTest(gridPositions, adapterIndexes, helper); in test3x5x2_testAdapterGridOneToOneMapping_RTL()
135 runTwoWayMappingTest(gridPositions, adapterIndexes, helper); in test1x6x3_testAdapterGridOneToOneMapping_LTR()
156 runTwoWayMappingTest(gridPositions, adapterIndexes, helper); in test1x6x3_testAdapterGridOneToOneMapping_RTL()
159 private void runTwoWayMappingTest(int[] gridPositions, int[] adapterIndexes, in runTwoWayMappingTest() method in PageIndexingHelperTest