Searched defs:usedWidth (Results 1 – 4 of 4) sorted by relevance
101 int usedWidth = 0; in onMeasure() local
297 final int usedWidth = childrenBounds.width() + horizontalPadding; in setMeasuredDimension() local
6493 int usedWidth = childrenBounds.width() + getPaddingLeft() + getPaddingRight(); in setMeasuredDimension() local
1116 final int usedWidth = totalWeight == 0 ? mTotalLength : 0; in measureHorizontal() local