Searched defs:endPageIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java736 * @param endPageIndex Index of the ending page.
745 private void verifyScrollCallbacksToHigherPage(int startPageIndex, int endPageIndex, argument
752 endPageIndex, (int) positions.get(callbackCount - 1));
765 // a valid sequence of events going from startPageIndex to endPageIndex.
769 if ((pagePositionCurr < startPageIndex) || (pagePositionCurr > endPageIndex)) {
771 ", but should be between " + startPageIndex + " and " + endPageIndex);
836 * @param endPageIndex Index of the ending page.
845 private void verifyScrollCallbacksToLowerPage(int startPageIndex, int endPageIndex, argument
852 endPageIndex, (int) positions.get(callbackCount - 1));
865 // a valid sequence of events going from startPageIndex to endPageIndex
[all...]

Completed in 86 milliseconds