HomeSort by relevance Sort by last modified time
    Searched refs:mZenIntroduction (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenFooter.java 51 private View mZenIntroduction;
74 mZenIntroduction = findViewById(R.id.zen_introduction);
84 Util.setVisOrGone(mZenIntroduction, shouldShowIntroduction());
163 Util.setVisOrGone(mZenIntroduction, shouldShowIntroduction());
ZenModePanel.java 110 private View mZenIntroduction;
187 mZenIntroduction = findViewById(R.id.zen_introduction);
466 mZenIntroduction.setVisibility(introduction ? VISIBLE : GONE);
    [all...]

Completed in 78 milliseconds