Searched refs:mMaxItemWidth (Results 1 – 1 of 1) sorted by relevance
133 private int mMaxItemWidth; field in SelectInputView236 super.onMeasure(MeasureSpec.makeMeasureSpec(mMaxItemWidth, MeasureSpec.EXACTLY), in onMeasure()269 mMaxItemWidth = 0; in buildInputListAndNotify()274 if (width > mMaxItemWidth) { in buildInputListAndNotify()275 mMaxItemWidth = width; in buildInputListAndNotify()