Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseAdapter.java206 boolean showProgressBar, boolean showCheckBox, boolean showEndTouchArea) { in setSingleLineLayout() argument
237 mCheckBox.setVisibility(showCheckBox ? View.VISIBLE : View.GONE); in setSingleLineLayout()