Home
last modified time | relevance | path

Searched refs:showEndTouchArea (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
238 mEndTouchArea.setVisibility(showEndTouchArea ? View.VISIBLE : View.GONE); in setSingleLineLayout()
241 params.rightMargin = showEndTouchArea ? mController.getItemMarginEndSelectable() in setSingleLineLayout()
256 boolean showStatus , boolean showEndTouchArea, boolean isFakeActive) { in setTwoLineLayout() argument
279 mEndTouchArea.setVisibility(showEndTouchArea ? View.VISIBLE : View.GONE); in setTwoLineLayout()
280 mEndClickIcon.setVisibility(showEndTouchArea ? View.VISIBLE : View.GONE); in setTwoLineLayout()
283 params.rightMargin = showEndTouchArea ? mController.getItemMarginEndSelectable() in setTwoLineLayout()