Searched refs:prevPage (Results 1 – 6 of 6) sorted by relevance
259 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument265 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()
446 int prevPage = overridePrevPage != INVALID_PAGE ? overridePrevPage : mCurrentPage; in setCurrentPage() local450 notifyPageSwitchListener(prevPage); in setCurrentPage()458 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument593 int prevPage = mCurrentPage; in computeScrollHelper() local597 notifyPageSwitchListener(prevPage); in computeScrollHelper()
1346 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument1347 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()1348 if (prevPage != mCurrentPage) { in notifyPageSwitchListener()1349 StatsLogManager.EventEnum event = (prevPage < mCurrentPage) in notifyPageSwitchListener()1357 .setPageIndex(prevPage)).build()) in notifyPageSwitchListener()
453 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument454 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()
394 ReadRecordsResponse<StepsRecord> prevPage = in testStepsRecordUsingFilters_nextPageTokenEnd() local398 while (prevPage.getNextPageToken() != -1) { in testStepsRecordUsingFilters_nextPageTokenEnd()402 .setPageToken(prevPage.getNextPageToken()) in testStepsRecordUsingFilters_nextPageTokenEnd()404 prevPage = nextPage; in testStepsRecordUsingFilters_nextPageTokenEnd()406 assertThat(prevPage.getNextPageToken()).isEqualTo(-1); in testStepsRecordUsingFilters_nextPageTokenEnd()
5342 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument5343 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()