Searched refs:measureHeight (Results 1 – 4 of 4) sorted by relevance
125 child.measuredHeight != widgetState.measureHeight) { in applyCurrentState()128 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in applyCurrentState()138 val boundsHeight = if (clipMode) widgetState.measureHeight else widgetState.height in applyCurrentState()174 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in onMeasure()332 var measureHeight: Int = 0, variable in WidgetState345 measureHeight = height in initFromLayout()355 measureHeight = height in initFromLayout()
170 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()196 resultMeasureHeight = widgetStart.measureHeight in getInterpolatedState()212 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()229 measureHeight = resultMeasureHeight in getInterpolatedState()
122 measureHeight(heightMeasureSpec)); in onMeasure()156 private int measureHeight(int measureSpec) { in measureHeight() method in LabelView
105 measureHeight(heightMeasureSpec)); in onMeasure()123 private int measureHeight(int measureSpec) { in measureHeight() method in InternalSelectionView