Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java167 private static final String EXTRA_APPEARANCE = "appearance"; field in NavigationBar
584 mAppearance = savedState.getInt(EXTRA_APPEARANCE, 0); in createView()
713 outState.putInt(EXTRA_APPEARANCE, mAppearance); in onSaveInstanceState()