Searched refs:measureHeight (Results 1 – 6 of 6) sorted by relevance
69 val newHeight = value.measureHeight151 child.measuredHeight != widgetState.measureHeight) { in applyCurrentState()154 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in applyCurrentState()164 val boundsHeight = if (clipMode) widgetState.measureHeight else widgetState.height in applyCurrentState()204 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in onMeasure()336 var measureHeight: Int = 0 variable in TransitionViewState350 copy.measureHeight = measureHeight in copy()373 measureHeight = height in initFromLayout()386 var measureHeight: Int = 0, variable in WidgetState399 measureHeight = height in initFromLayout()[all …]
171 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()224 resultMeasureHeight = widgetStart.measureHeight in getInterpolatedState()280 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()297 measureHeight = resultMeasureHeight in getInterpolatedState()310 measureHeight = startState.measureHeight in getInterpolatedState()313 measureHeight = endState.measureHeight in getInterpolatedState()
122 measureHeight(heightMeasureSpec)); in onMeasure()156 private int measureHeight(int measureSpec) { in measureHeight() method in LabelView
106 measureHeight(heightMeasureSpec)); in onMeasure()124 private int measureHeight(int measureSpec) { in measureHeight() method in InternalSelectionView
440 val squishedHeight = (squishedViewState.measureHeight * squishFraction).toInt() in <lambda>()451 squishedViewState.measureHeight.toFloat(), in <lambda>()457 squishedViewState.measureHeight.toFloat(), in <lambda>()465 squishedViewState.measureHeight.toFloat(), in <lambda>()514 val nonsquishedHeight = squishedViewState.measureHeight in <lambda>()515 var groupTop = squishedViewState.measureHeight.toFloat() in <lambda>()853 measurement.measuredHeight = viewState.measureHeight in <lambda>()965 result.measureHeight != it.measuredHeight || result.measureWidth != it.measuredWidth in <lambda>()967 result.measureHeight = Math.max(it.measuredHeight, result.measureHeight) in <lambda>()971 result.height = result.measureHeight in <lambda>()
209 this.measureHeight = 100 in <lambda>()220 assertTrue(mediaViewController.obtainViewState(mediaHostStateHolder)!!.measureHeight == 100) in <lambda>()225 assertTrue(mediaViewController.obtainViewState(mediaHostStateHolder)!!.measureHeight == 100) in <lambda>()241 assertTrue(mediaViewController.obtainViewState(mediaHostStateHolder)!!.measureHeight == 100) in <lambda>()246 assertTrue(mediaViewController.obtainViewState(mediaHostStateHolder)!!.measureHeight == 100) in <lambda>()255 this.measureHeight = 100 in <lambda>()291 whenever(mockCopiedState.measureHeight).thenReturn(200) in <lambda>()319 whenever(mockCopiedState.measureHeight).thenReturn(200) in <lambda>()348 whenever(mockCopiedState.measureHeight).thenReturn(360) in <lambda>()