Searched refs:measureWidth (Results 1 – 5 of 5) sorted by relevance
68 val newWidth = value.measureWidth140 if (child is TextView && widgetState.width < widgetState.measureWidth) { in applyCurrentState()142 widgetState.measureWidth - widgetState.width in applyCurrentState()150 if (child.measuredWidth != widgetState.measureWidth || in applyCurrentState()152 val measureWidthSpec = MeasureSpec.makeMeasureSpec(widgetState.measureWidth, in applyCurrentState()163 val boundsWidth = if (clipMode) widgetState.measureWidth else widgetState.width in applyCurrentState()202 val measureWidthSpec = MeasureSpec.makeMeasureSpec(widgetState.measureWidth, in onMeasure()341 var measureWidth: Int = 0 variable in TransitionViewState351 copy.measureWidth = measureWidth in copy()372 measureWidth = width in initFromLayout()[all …]
170 resultMeasureWidth = widgetEnd.measureWidth in getInterpolatedState()223 resultMeasureWidth = widgetStart.measureWidth in getInterpolatedState()279 resultMeasureWidth = widgetEnd.measureWidth in getInterpolatedState()296 measureWidth = resultMeasureWidth in getInterpolatedState()309 measureWidth = startState.measureWidth in getInterpolatedState()312 measureWidth = endState.measureWidth in getInterpolatedState()
121 setMeasuredDimension(measureWidth(widthMeasureSpec), in onMeasure()130 private int measureWidth(int measureSpec) { in measureWidth() method in LabelView
105 measureWidth(widthMeasureSpec), in onMeasure()109 private int measureWidth(int measureSpec) { in measureWidth() method in InternalSelectionView
852 measurement.measuredWidth = viewState.measureWidth in <lambda>()965 result.measureHeight != it.measuredHeight || result.measureWidth != it.measuredWidth in <lambda>()968 result.measureWidth = Math.max(it.measuredWidth, result.measureWidth) in <lambda>()972 result.width = result.measureWidth in <lambda>()