Searched refs:childrenBounds (Results 1 – 1 of 1) sorted by relevance
6975 public void setMeasuredDimension(Rect childrenBounds, int wSpec, int hSpec) { in setMeasuredDimension() argument6976 int usedWidth = childrenBounds.width() + getPaddingLeft() + getPaddingRight(); in setMeasuredDimension()6977 int usedHeight = childrenBounds.height() + getPaddingTop() + getPaddingBottom(); in setMeasuredDimension()