Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java114 private View mZenIntroduction; field in ZenModePanel
191 mZenIntroduction = findViewById(R.id.zen_introduction); in onFinishInflate()
470 mZenIntroduction.setVisibility(introduction ? VISIBLE : GONE); in updateWidgets()