Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppGridAdapterTest.java129 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ false); in updatePageScrollDestination_testLeftScrollDestinations()
136 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ false); in updatePageScrollDestination_testLeftScrollDestinations()
143 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ false); in updatePageScrollDestination_testLeftScrollDestinations()
164 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ true); in updatePageScrollDestination_testRightScrollDestinations()
171 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ true); in updatePageScrollDestination_testRightScrollDestinations()
178 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ true); in updatePageScrollDestination_testRightScrollDestinations()
186 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ true); in updatePageScrollDestination_testRightScrollDestinations()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java303 public void updatePageScrollDestination(boolean scrollToNextPage) { in updatePageScrollDestination() method in AppGridAdapter
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridActivity.java594 mAdapter.updatePageScrollDestination(scrollToNextPage); in postDelayedPageFling()