Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseAdapter.java248 boolean showProgressBar, boolean showSubtitle, boolean showStatus, in setTwoLineLayout() argument
250 setTwoLineLayout(device, null, bFocused, showSeekBar, showProgressBar, showSubtitle, in setTwoLineLayout()
255 boolean showSeekBar, boolean showProgressBar, boolean showSubtitle, in setTwoLineLayout() argument
287 mSubTitleText.setVisibility(showSubtitle ? View.VISIBLE : View.GONE); in setTwoLineLayout()