Searched refs:showSeekBar (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputBaseAdapter.java | 205 void setSingleLineLayout(CharSequence title, boolean showSeekBar, in setSingleLineLayout() argument 208 boolean isActive = showSeekBar || showProgressBar; in setSingleLineLayout() 211 showSeekBar in setSingleLineLayout() 218 if (showSeekBar) { in setSingleLineLayout() 226 ColorStateList.valueOf(showSeekBar ? mController.getColorSeekbarProgress() in setSingleLineLayout() 231 mSeekBar.setVisibility(showSeekBar ? View.VISIBLE : View.GONE); in setSingleLineLayout() 232 if (!showSeekBar) { in setSingleLineLayout() 247 void setTwoLineLayout(MediaDevice device, boolean bFocused, boolean showSeekBar, in setTwoLineLayout() argument 250 setTwoLineLayout(device, null, bFocused, showSeekBar, showProgressBar, showSubtitle, in setTwoLineLayout() 255 boolean showSeekBar, boolean showProgressBar, boolean showSubtitle, in setTwoLineLayout() argument [all …]
|