Searched defs:mZenIntroductionCustomize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java103 private TextView mZenIntroductionCustomize; field in class:ZenModePanel
181 mZenIntroductionCustomize = (TextView) findViewById(R.id.zen_introduction_customize);
182 mZenIntroductionCustomize.setOnClickListener(new OnClickListener() {
191 mSpTexts.add(mZenIntroductionCustomize);
437 mZenIntroductionCustomize.setVisibility(zenImportant ? VISIBLE : GONE);

Completed in 193 milliseconds