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.java100 private TextView mZenIntroductionCustomize; field in ZenModePanel
179 mZenIntroductionCustomize = (TextView) findViewById(R.id.zen_introduction_customize); in onFinishInflate()
180 mZenIntroductionCustomize.setOnClickListener(new OnClickListener() { in onFinishInflate()
189 mSpTexts.add(mZenIntroductionCustomize); in onFinishInflate()
452 mZenIntroductionCustomize.setVisibility(zenImportant ? VISIBLE : GONE); in updateWidgets()