Searched refs:currentIndex (Results 1 – 3 of 3) sorted by relevance
568 int currentIndex = mModel.getCurrentIndex(); in onItemSelected() local583 data.putInt(SlideshowPage.KEY_PHOTO_INDEX, currentIndex); in onItemSelected()611 showDetails(currentIndex); in onItemSelected()
606 int currentIndex = mCurrentIndex; in updateImageRequests() local607 MediaItem item = mData[currentIndex % DATA_CACHE_SIZE]; in updateImageRequests()619 task = startTaskIfNeeded(currentIndex + offset, bit); in updateImageRequests()
865 int currentIndex = savedState.getInt("apps_customize_currentIndex"); in restoreState() local866 mAppsCustomizeContent.restorePageForIndex(currentIndex); in restoreState()1412 int currentIndex = mAppsCustomizeContent.getSaveInstanceStateIndex(); in onSaveInstanceState() local1413 outState.putInt("apps_customize_currentIndex", currentIndex); in onSaveInstanceState()