Searched refs:ourSize (Results 1 – 1 of 1) sorted by relevance
1118 int ourSize = mListPadding.top + mListPadding.bottom; in onMeasure() local1122 ourSize += childHeight; in onMeasure()1124 ourSize += mVerticalSpacing; in onMeasure()1126 if (ourSize >= heightSize) { in onMeasure()1127 ourSize = heightSize; in onMeasure()1131 heightSize = ourSize; in onMeasure()1135 int ourSize = (mRequestedNumColumns*mColumnWidth) in onMeasure() local1138 if (ourSize > widthSize || didNotInitiallyFit) { in onMeasure()