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.java132 private int mMaxItemWidth; field in SelectInputView
238 MeasureSpec.makeMeasureSpec(mMaxItemWidth, MeasureSpec.EXACTLY), in onMeasure()
271 mMaxItemWidth = 0; in buildInputListAndNotify()
276 if (width > mMaxItemWidth) { in buildInputListAndNotify()
277 mMaxItemWidth = width; in buildInputListAndNotify()