Home | History | Annotate | Download | only in widget

Lines Matching defs:measuredHeight

1076             int measuredHeight = 0;
1080 if (paddedViewHeight > measuredHeight) {
1081 measuredHeight = paddedViewHeight;
1084 setMeasuredDimension(contentWidth, measuredHeight);