Searched refs:measureHeight (Results 1 – 4 of 4) sorted by relevance
144 child.measuredHeight != widgetState.measureHeight) { in applyCurrentState()147 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in applyCurrentState()157 val boundsHeight = if (clipMode) widgetState.measureHeight else widgetState.height in applyCurrentState()205 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in onMeasure()363 var measureHeight: Int = 0, variable in WidgetState376 measureHeight = height in initFromLayout()386 measureHeight = height in initFromLayout()
169 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()195 resultMeasureHeight = widgetStart.measureHeight in getInterpolatedState()211 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()228 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