Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java184 private static final String EXTRA_APPEARANCE = "appearance"; field in NavigationBar
721 mAppearance = mSavedState.getInt(EXTRA_APPEARANCE, 0); in onInit()
859 outState.putInt(EXTRA_APPEARANCE, mAppearance); in onSaveInstanceState()