Searched refs:mZenIntroductionCustomize (Results 1 – 1 of 1) sorted by relevance
117 private TextView mZenIntroductionCustomize; field in ZenModePanel195 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()