Searched refs:childrenBounds (Results 1 – 2 of 2) sorted by relevance
283 public void setMeasuredDimension(Rect childrenBounds, int wSpec, int hSpec) { in setMeasuredDimension() argument285 super.setMeasuredDimension(childrenBounds, wSpec, hSpec); in setMeasuredDimension()291 final int usedHeight = childrenBounds.height() + verticalPadding; in setMeasuredDimension()296 final int usedWidth = childrenBounds.width() + horizontalPadding; in setMeasuredDimension()
7096 public void setMeasuredDimension(Rect childrenBounds, int wSpec, int hSpec) { in setMeasuredDimension() argument7097 int usedWidth = childrenBounds.width() + getPaddingLeft() + getPaddingRight(); in setMeasuredDimension()7098 int usedHeight = childrenBounds.height() + getPaddingTop() + getPaddingBottom(); in setMeasuredDimension()