Home | History | Annotate | Download | only in widget

Lines Matching refs:childWidthSize

1384         int childWidthSize = measuredWidth - getPaddingLeft() - getPaddingRight();
1411 int widthSize = childWidthSize;
1432 childWidthSize -= child.getMeasuredWidth();
1438 mChildWidthMeasureSpec = MeasureSpec.makeMeasureSpec(childWidthSize, MeasureSpec.EXACTLY);
1457 (int) (childWidthSize * lp.widthFactor), MeasureSpec.EXACTLY);