Home | History | Annotate | Download | only in widget

Lines Matching refs:measuredHeight

1115             int measuredHeight = 0;
1119 if (paddedViewHeight > measuredHeight) {
1120 measuredHeight = paddedViewHeight;
1123 setMeasuredDimension(contentWidth, measuredHeight);