Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java113 private TextView mZenIntroductionCustomize; field in ZenModePanel
191 mZenIntroductionCustomize = findViewById(R.id.zen_introduction_customize); in onFinishInflate()
192 mZenIntroductionCustomize.setOnClickListener(v -> { in onFinishInflate()
198 mConfigurableTexts.add(mZenIntroductionCustomize, R.string.zen_priority_customize_button); in onFinishInflate()
477 mZenIntroductionCustomize.setVisibility(zenImportant ? VISIBLE : GONE); in updateWidgets()