Home
last modified time | relevance | path

Searched refs:measureHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt144 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 WidgetState
376 measureHeight = height in initFromLayout()
386 measureHeight = height in initFromLayout()
DTransitionLayoutController.kt169 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()
195 resultMeasureHeight = widgetStart.measureHeight in getInterpolatedState()
211 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()
228 measureHeight = resultMeasureHeight in getInterpolatedState()
/frameworks/base/core/tests/coretests/src/android/widget/
DLabelView.java122 measureHeight(heightMeasureSpec)); in onMeasure()
156 private int measureHeight(int measureSpec) { in measureHeight() method in LabelView
/frameworks/base/core/tests/coretests/src/android/util/
DInternalSelectionView.java105 measureHeight(heightMeasureSpec)); in onMeasure()
123 private int measureHeight(int measureSpec) { in measureHeight() method in InternalSelectionView