Home | History | Annotate | Download | only in verifier

Lines Matching refs:childTop

261                 int childTop;
326 childTop = parentTop + lp.topMargin;
332 childTop = 0;
334 childTop = parentTop + lp.topMargin;
338 childTop = parentTop + (parentBottom - parentTop - height) / 2 +
344 childTop = bottom - top - height;
346 childTop = parentBottom - height - lp.bottomMargin;
350 childTop = parentTop + lp.topMargin;
355 child.layout(childLeft, childTop, childLeft + width, childTop + height);