Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java117 View navBackdrop = findViewById(R.id.nav_bar_background); in onConfigurationChanged() local
118 if (navBackdrop != null) { in onConfigurationChanged()
121 navBackdrop.setVisibility(shouldShow ? View.VISIBLE : View.GONE); in onConfigurationChanged()