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