Searched refs:childMeasuredWidth (Results 1 – 1 of 1) sorted by relevance
71 int childMeasuredWidth = currChild.getMeasuredWidth() + startMargin + endMargin; in onMeasure() local75 if ((x + childMeasuredWidth) > widthSize) { in onMeasure()84 x += childMeasuredWidth; in onMeasure()85 currLineWidth += childMeasuredWidth; in onMeasure()