HomeSort by relevance Sort by last modified time
    Searched defs:setVisOrGone (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
Util.java 159 public static final void setVisOrGone(View v, boolean vis) {
ZenFooter.java 84 Util.setVisOrGone(mZenIntroduction, shouldShowIntroduction());
160 Util.setVisOrGone(mZenIntroduction, shouldShowIntroduction());
VolumeDialogImpl.java 639 Util.setVisOrGone(row.view, shouldBeVisible);
640 Util.setVisOrGone(row.header, shouldBeVisible);
700 Util.setVisOrGone(mZenFooter, visible);
706 Util.setVisOrGone(mZenPanel, fullVisible);
    [all...]

Completed in 46 milliseconds