Searched refs:childMeasuredWidth (Results 1 – 3 of 3) 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()
1158 final int childMeasuredWidth = child.getMeasuredWidth();1160 if (childMeasuredWidth > maxWidth) {1161 maxWidth = childMeasuredWidth;
1598 final int childMeasuredWidth = child.getMeasuredWidth();1602 childLeft = MAX_SCROLL_X - paddingRight - startOffset - childMeasuredWidth;1608 child.layout(childLeft, childTop, childLeft + childMeasuredWidth,