Home | History | Annotate | Download | only in widget

Lines Matching defs:maxHeight

929         int maxHeight = 0;
1075 maxHeight = Math.max(maxHeight, childHeight);
1109 maxHeight = Math.max(maxHeight, ascent + descent);
1163 maxHeight = -1;
1228 maxHeight = Math.max(maxHeight, childHeight);
1266 maxHeight = Math.max(maxHeight, ascent + descent);
1296 maxHeight = alternativeMaxHeight;
1299 maxHeight += getPaddingTop() + getPaddingBottom();
1302 maxHeight = Math.max(maxHeight, getSuggestedMinimumHeight());
1305 View.resolveSizeAndState(maxHeight, heightMeasureSpec,