Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DCompoundButtonItem.java30 private final int mMaxLine; field in CompoundButtonItem
43 mMaxLine = 0; in CompoundButtonItem()
51 mMaxLine = maxLine; in CompoundButtonItem()
71 if (mMaxLine != 0) { in onBind()
72 descriptionView.setMaxLines(mMaxLine); in onBind()