Home | History | Annotate | Download | only in widget

Lines Matching refs:widthSize

1173         int widthSize = mTotalLength;
1176 widthSize = Math.max(widthSize, getSuggestedMinimumWidth());
1179 int widthSizeAndState = resolveSizeAndState(widthSize, widthMeasureSpec, 0);
1180 widthSize = widthSizeAndState & MEASURED_SIZE_MASK;
1184 int delta = widthSize - mTotalLength;
1279 // TODO: Should we update widthSize with the new total length?