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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
Util.java 159 public static final void setVisOrGone(View v, boolean vis) {
VolumeDialog.java 636 Util.setVisOrGone(mDialogRowsView.findViewById(R.id.spacer), mExpanded);
641 Util.setVisOrGone(row.view, shouldBeVisible);
702 Util.setVisOrGone(mZenFooter, visible);
710 Util.setVisOrGone(mZenPanel, fullVisible);
    [all...]

Completed in 984 milliseconds