Searched refs:descriptionTextView (Results 1 – 1 of 1) sorted by relevance
60 TextView descriptionTextView = (TextView) view.findViewById(getDescriptionViewId()); in onBind() local61 descriptionTextView.setMaxLines(Integer.MAX_VALUE); in onBind()62 descriptionTextView.setLineSpacing(0, outValue.getFloat()); in onBind()