Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java136 private int mMaxItemWidth; field in SelectInputView
237 super.onMeasure(MeasureSpec.makeMeasureSpec(mMaxItemWidth, MeasureSpec.EXACTLY), in onMeasure()
270 mMaxItemWidth = 0; in buildInputListAndNotify()
275 if (width > mMaxItemWidth) { in buildInputListAndNotify()
276 mMaxItemWidth = width; in buildInputListAndNotify()