Home | History | Annotate | Download | only in widget

Lines Matching refs:heightSize

1020         int heightSize = MeasureSpec.getSize(heightMeasureSpec);
1065 heightSize = mListPadding.top + mListPadding.bottom + childHeight +
1078 if (ourSize >= heightSize) {
1079 ourSize = heightSize;
1083 heightSize = ourSize;
1095 setMeasuredDimension(widthSize, heightSize);