Searched refs:ourSize (Results 1 – 1 of 1) sorted by relevance
1090 int ourSize = mListPadding.top + mListPadding.bottom; in onMeasure() local1094 ourSize += childHeight; in onMeasure()1096 ourSize += mVerticalSpacing; in onMeasure()1098 if (ourSize >= heightSize) { in onMeasure()1099 ourSize = heightSize; in onMeasure()1103 heightSize = ourSize; in onMeasure()1107 int ourSize = (mRequestedNumColumns*mColumnWidth) in onMeasure() local1110 if (ourSize > widthSize || didNotInitiallyFit) { in onMeasure()