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