Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java35 private static final String CURRENT_PAGE = "current_page"; field in PagedTileLayout
80 outState.putInt(CURRENT_PAGE, getCurrentItem()); in saveInstanceState()
86 mPageToRestore = savedInstanceState.getInt(CURRENT_PAGE, -1); in restoreInstanceState()