Searched refs:mMaxItemWidth (Results 1 – 1 of 1) sorted by relevance
136 private int mMaxItemWidth; field in SelectInputView237 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()