Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DCheckBoxItem.java60 TextView descriptionTextView = (TextView) view.findViewById(getDescriptionViewId()); in onBind() local
61 descriptionTextView.setMaxLines(Integer.MAX_VALUE); in onBind()
62 descriptionTextView.setLineSpacing(0, outValue.getFloat()); in onBind()