Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppGridAdapterTest.java130 assertEquals(endPoint, mTestAppGridAdapter.getPageScrollDestination()); in updatePageScrollDestination_testLeftScrollDestinations()
137 assertEquals(endPoint, mTestAppGridAdapter.getPageScrollDestination()); in updatePageScrollDestination_testLeftScrollDestinations()
144 assertEquals(endPoint, mTestAppGridAdapter.getPageScrollDestination()); in updatePageScrollDestination_testLeftScrollDestinations()
165 assertEquals(endPoint, mTestAppGridAdapter.getPageScrollDestination()); in updatePageScrollDestination_testRightScrollDestinations()
172 assertEquals(endPoint, mTestAppGridAdapter.getPageScrollDestination()); in updatePageScrollDestination_testRightScrollDestinations()
179 assertEquals(endPoint, mTestAppGridAdapter.getPageScrollDestination()); in updatePageScrollDestination_testRightScrollDestinations()
187 assertEquals(endPoint, mTestAppGridAdapter.getPageScrollDestination()); in updatePageScrollDestination_testRightScrollDestinations()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java321 public int getPageScrollDestination() { in getPageScrollDestination() method in AppGridAdapter