Home | History | Annotate | Download | only in widget

Lines Matching refs:maxHeight

925         int maxHeight = 0;
1068 maxHeight = Math.max(maxHeight, childHeight);
1102 maxHeight = Math.max(maxHeight, ascent + descent);
1155 maxHeight = -1;
1220 maxHeight = Math.max(maxHeight, childHeight);
1258 maxHeight = Math.max(maxHeight, ascent + descent);
1288 maxHeight = alternativeMaxHeight;
1291 maxHeight += mPaddingTop + mPaddingBottom;
1294 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight());
1297 resolveSizeAndState(maxHeight, heightMeasureSpec,