Searched refs:childLeft (Results 1 – 1 of 1) sorted by relevance
260 int childLeft; in layoutBoxChildren() local287 childLeft = parentLeft + lp.leftMargin; in layoutBoxChildren()291 childLeft = parentLeft + (parentRight - parentLeft - width) / 2 + in layoutBoxChildren()299 childLeft = right - left - width; in layoutBoxChildren()301 childLeft = parentRight - width - lp.rightMargin; in layoutBoxChildren()309 childLeft = 0; in layoutBoxChildren()311 childLeft = parentLeft + lp.leftMargin; in layoutBoxChildren()355 child.layout(childLeft, childTop, childLeft + width, childTop + height); in layoutBoxChildren()