Searched refs:getPageScrollDestination (Results 1 – 2 of 2) sorted by relevance
130 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()
321 public int getPageScrollDestination() { in getPageScrollDestination() method in AppGridAdapter