Searched refs:lastPage (Results 1 – 4 of 4) sorted by relevance
138 int lastPage = (UnpagedDemoDataProvider.TOTAL_SIZE / PAGE_SIZE) - 1; in updateOptionsMenu() local140 next.setEnabled(mCurrentPage < lastPage); in updateOptionsMenu()
296 final TilePage lastPage = mPages.get(lastPageNumber); in startTileReveal() local298 for (TileRecord tr : lastPage.mRecords) { in startTileReveal()
351 final int lastPage = (MEDIA_ID_CHILDREN.length - 1) / pageSize; in testSubscribeWithOptions() local355 for (int page = 0; page <= lastPage; ++page) { in testSubscribeWithOptions()362 if (page != lastPage) { in testSubscribeWithOptions()
358 final int lastPage = (MEDIA_ID_CHILDREN.length - 1) / pageSize; in testSubscribeWithOptions() local362 for (int page = 0; page <= lastPage; ++page) { in testSubscribeWithOptions()369 if (page != lastPage) { in testSubscribeWithOptions()