Searched refs:ourSize (Results 1 – 1 of 1) sorted by relevance
1117 int ourSize = mListPadding.top + mListPadding.bottom; in onMeasure() local1121 ourSize += childHeight; in onMeasure()1123 ourSize += mVerticalSpacing; in onMeasure()1125 if (ourSize >= heightSize) { in onMeasure()1126 ourSize = heightSize; in onMeasure()1130 heightSize = ourSize; in onMeasure()1134 int ourSize = (mRequestedNumColumns*mColumnWidth) in onMeasure() local1137 if (ourSize > widthSize || didNotInitiallyFit) { in onMeasure()