Searched defs:usedWidth (Results 1 – 4 of 4) sorted by relevance
173 int usedWidth = 0; in measureAndGetUsedWidth() local251 int usedWidth; in onMeasure() local
296 final int usedWidth = childrenBounds.width() + horizontalPadding; in setMeasuredDimension() local
7097 int usedWidth = childrenBounds.width() + getPaddingLeft() + getPaddingRight(); in setMeasuredDimension() local
1239 final int usedWidth = totalWeight == 0 ? mTotalLength : 0; in measureHorizontal() local