Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java182 private static final String EXTRA_APPEARANCE = "appearance"; field in NavigationBar
741 mAppearance = mSavedState.getInt(EXTRA_APPEARANCE, 0); in onInit()
880 outState.putInt(EXTRA_APPEARANCE, mAppearance); in onSaveInstanceState()