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.java128 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testLeftScrollDestinations()
135 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testLeftScrollDestinations()
142 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testLeftScrollDestinations()
163 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testRightScrollDestinations()
170 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testRightScrollDestinations()
177 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testRightScrollDestinations()
185 mTestAppGridAdapter.setDragStartPoint(startPoint); in updatePageScrollDestination_testRightScrollDestinations()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java275 public void setDragStartPoint(int gridPosition) { in setDragStartPoint() method in AppGridAdapter
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppGridActivity.java496 mAdapter.setDragStartPoint(gridPositionFrom); in onItemSelected()