Searched refs:childWidth (Results 1 – 1 of 1) sorted by relevance
550 final int childWidth = child.getMeasuredWidth(); in onLayout() local551 child.layout(childLeft, 0, childLeft + childWidth, child.getMeasuredHeight()); in onLayout()552 childLeft += childWidth; in onLayout()