Home | History | Annotate | Download | only in widget

Lines Matching refs:childBaseline

452         final int childBaseline = child.getBaseline();
454 if (childBaseline == -1) {
490 return childTop + lp.topMargin + childBaseline;
1075 final int childBaseline = child.getBaseline();
1076 if (childBaseline != -1) {
1084 maxAscent[index] = Math.max(maxAscent[index], childBaseline);
1085 maxDescent[index] = Math.max(maxDescent[index], childHeight - childBaseline);
1248 final int childBaseline = child.getBaseline();
1249 if (childBaseline != -1) {
1256 maxAscent[index] = Math.max(maxAscent[index], childBaseline);
1258 childHeight - childBaseline);
1583 int childBaseline = -1;
1589 childBaseline = child.getBaseline();
1600 if (childBaseline != -1) {
1601 childTop += maxAscent[INDEX_TOP] - childBaseline;
1609 // if (childBaseline != -1) {
1612 // childTop = paddingTop + (childSpace / 2) - childBaseline;
1623 if (childBaseline != -1) {
1624 int descent = child.getMeasuredHeight() - childBaseline;