Searched refs:mMaxItemWidth (Results 1 – 1 of 1) sorted by relevance
132 private int mMaxItemWidth; field in SelectInputView238 MeasureSpec.makeMeasureSpec(mMaxItemWidth, MeasureSpec.EXACTLY), in onMeasure()271 mMaxItemWidth = 0; in buildInputListAndNotify()276 if (width > mMaxItemWidth) { in buildInputListAndNotify()277 mMaxItemWidth = width; in buildInputListAndNotify()