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());
160 Util.setVisOrGone(mZenIntroduction, shouldShowIntroduction());
ZenModePanel.java 108 private View mZenIntroduction;
191 mZenIntroduction = findViewById(R.id.zen_introduction);
529 mZenIntroduction.setVisibility(introduction ? VISIBLE : GONE);
    [all...]

Completed in 60 milliseconds