Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java117 private TextView mZenIntroductionCustomize; field in ZenModePanel
195 mZenIntroductionCustomize = findViewById(R.id.zen_introduction_customize); in onFinishInflate()
196 mZenIntroductionCustomize.setOnClickListener(v -> { in onFinishInflate()
202 mConfigurableTexts.add(mZenIntroductionCustomize, R.string.zen_priority_customize_button); in onFinishInflate()
481 mZenIntroductionCustomize.setVisibility(zenImportant ? VISIBLE : GONE); in updateWidgets()