Searched refs:showEndTouchArea (Results 1 – 1 of 1) sorted by relevance
206 boolean showProgressBar, boolean showCheckBox, boolean showEndTouchArea) { in setSingleLineLayout() argument238 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() argument279 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()