Searched refs:heightExactly (Results 1 – 1 of 1) sorted by relevance
35 val (heightExactly, usedHeightSpec, height) = getNonExactlyMeasureSpec(heightMeasureSpec) in onMeasure() constant38 if (widthExactly || heightExactly) { in onMeasure()40 val newHeight = if (heightExactly) height else measuredHeight in onMeasure()