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

/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java735 * @param startPageIndex Index of the starting page.
745 private void verifyScrollCallbacksToHigherPage(int startPageIndex, int endPageIndex, argument
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);
835 * @param startPageIndex Index of the starting page.
845 private void verifyScrollCallbacksToLowerPage(int startPageIndex, int endPageIndex, argument
865 // a valid sequence of events going from startPageIndex to endPageIndex.
869 if ((pagePositionCurr > startPageIndex) || (pagePositionCurr < endPageIndex)) {
871 ", but should be between " + endPageIndex + " and " + startPageIndex);
[all...]

Completed in 68 milliseconds