Home | History | Annotate | Download | only in widget

Lines Matching refs:descent

1134             final int descent = Math.max(maxDescent[INDEX_FILL],
1137 maxHeight = Math.max(maxHeight, ascent + descent);
1290 final int descent = Math.max(maxDescent[INDEX_FILL],
1293 maxHeight = Math.max(maxHeight, ascent + descent);
1646 int descent = child.getMeasuredHeight() - childBaseline;
1647 childTop -= (maxDescent[INDEX_BOTTOM] - descent);