Searched refs:resolvedHeight (Results 1 – 2 of 2) sorted by relevance
883 final int resolvedHeight = resolveSize(preferredHeight, heightMeasureSpec); in onMeasure() local884 setMeasuredDimension(resolvedWidth, resolvedHeight); in onMeasure()
1432 int resolvedHeight = verticalBar ? LayoutParams.MATCH_PARENT : size; in updateColorViewInt() local1448 LayoutParams lp = new LayoutParams(resolvedWidth, resolvedHeight, in updateColorViewInt()1465 if (lp.height != resolvedHeight || lp.width != resolvedWidth in updateColorViewInt()1468 lp.height = resolvedHeight; in updateColorViewInt()