Searched refs:ourSize (Results 1 – 1 of 1) sorted by relevance
1097 int ourSize = mListPadding.top + mListPadding.bottom; in onMeasure() local1101 ourSize += childHeight; in onMeasure()1103 ourSize += mVerticalSpacing; in onMeasure()1105 if (ourSize >= heightSize) { in onMeasure()1106 ourSize = heightSize; in onMeasure()1110 heightSize = ourSize; in onMeasure()1114 int ourSize = (mRequestedNumColumns*mColumnWidth) in onMeasure() local1117 if (ourSize > widthSize || didNotInitiallyFit) { in onMeasure()