Home | History | Annotate | Download | only in widget

Lines Matching refs:childBottom

759         int childBottom = childTop + child.getMeasuredHeight();
765 child.layout(childLeft, childTop, childRight, childBottom);