Searched refs:resolvedHeight (Results 1 – 2 of 2) sorted by relevance
867 final int resolvedHeight = resolveSize(preferredHeight, heightMeasureSpec); in onMeasure() local868 setMeasuredDimension(resolvedWidth, resolvedHeight); in onMeasure()
1174 int resolvedHeight = verticalBar ? LayoutParams.MATCH_PARENT : size; in updateColorViewInt() local1190 LayoutParams lp = new LayoutParams(resolvedWidth, resolvedHeight, in updateColorViewInt()1207 if (lp.height != resolvedHeight || lp.width != resolvedWidth in updateColorViewInt()1210 lp.height = resolvedHeight; in updateColorViewInt()