Home
last modified time | relevance | path

Searched refs:shouldShowIntroduction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenFooter.java84 Util.setVisOrGone(mZenIntroduction, shouldShowIntroduction()); in onFinishInflate()
156 public boolean shouldShowIntroduction() { in shouldShowIntroduction() method in ZenFooter
163 Util.setVisOrGone(mZenIntroduction, shouldShowIntroduction()); in updateIntroduction()
DVolumeDialogImpl.java518 if (mZenFooter.shouldShowIntroduction()) { in computeTimeoutH()