Home
last modified time | relevance | path

Searched refs:BUNDLE_KEY_CURRENT_PAGE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java85 private static final String BUNDLE_KEY_CURRENT_PAGE = "launcher.allapps.current_page"; field in AllAppsContainerView
189 int currentPage = state.getInt(BUNDLE_KEY_CURRENT_PAGE, 0); in dispatchRestoreInstanceState()
204 state.putInt(BUNDLE_KEY_CURRENT_PAGE, getCurrentPage()); in dispatchSaveInstanceState()