Searched refs:resolvedWidth (Results 1 – 2 of 2) sorted by relevance
610 final int resolvedWidth = resolveSize(preferredWidth, widthMeasureSpec); in onMeasure() local612 setMeasuredDimension(resolvedWidth, resolvedHeight); in onMeasure()
2990 int resolvedWidth = verticalBar ? size : LayoutParams.MATCH_PARENT; in updateColorViewInt() local3003 LayoutParams lp = new LayoutParams(resolvedWidth, resolvedHeight, in updateColorViewInt()3015 if (lp.height != resolvedHeight || lp.width != resolvedWidth in updateColorViewInt()3018 lp.width = resolvedWidth; in updateColorViewInt()