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.kt125 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 WidgetState
345 measureHeight = height in initFromLayout()
355 measureHeight = height in initFromLayout()
DTransitionLayoutController.kt170 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()
196 resultMeasureHeight = widgetStart.measureHeight in getInterpolatedState()
212 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()
229 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