Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppGridAdapterTest.java144 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testLeftScrollDestinations()
151 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testLeftScrollDestinations()
158 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testLeftScrollDestinations()
185 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testRightScrollDestinations()
192 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testRightScrollDestinations()
199 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testRightScrollDestinations()
207 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testRightScrollDestinations()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java253 public void setDragStartPoint(int gridPosition) { in setDragStartPoint() method in AppGridAdapter
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridFragment.kt520 adapter.setDragStartPoint(gridPositionFrom) in <lambda>()