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.java145 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ false); in updatePageScrollDestination_testLeftScrollDestinations()
152 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ false); in updatePageScrollDestination_testLeftScrollDestinations()
159 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ false); in updatePageScrollDestination_testLeftScrollDestinations()
186 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ true); in updatePageScrollDestination_testRightScrollDestinations()
193 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ true); in updatePageScrollDestination_testRightScrollDestinations()
200 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ true); in updatePageScrollDestination_testRightScrollDestinations()
208 mTestAppGridAdapter.updatePageScrollDestination(/* scrollToRightPage */ true); in updatePageScrollDestination_testRightScrollDestinations()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java281 public void updatePageScrollDestination(boolean scrollToNextPage) { in updatePageScrollDestination() method in AppGridAdapter
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridFragment.kt558 adapter.updatePageScrollDestination(scrollToNextPage) in <lambda>()