Searched refs:resolvedHeight (Results 1 – 2 of 2) sorted by relevance
872 final int resolvedHeight = resolveSize(preferredHeight, heightMeasureSpec); in onMeasure() local873 setMeasuredDimension(resolvedWidth, resolvedHeight); in onMeasure()
1355 int resolvedHeight = verticalBar ? LayoutParams.MATCH_PARENT : size; in updateColorViewInt() local1371 LayoutParams lp = new LayoutParams(resolvedWidth, resolvedHeight, in updateColorViewInt()1388 if (lp.height != resolvedHeight || lp.width != resolvedWidth in updateColorViewInt()1391 lp.height = resolvedHeight; in updateColorViewInt()