Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt69 val newHeight = value.measureHeight
151 child.measuredHeight != widgetState.measureHeight) { in applyCurrentState()
154 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in applyCurrentState()
164 val boundsHeight = if (clipMode) widgetState.measureHeight else widgetState.height in applyCurrentState()
204 val measureHeightSpec = MeasureSpec.makeMeasureSpec(widgetState.measureHeight, in onMeasure()
336 var measureHeight: Int = 0 variable in TransitionViewState
350 copy.measureHeight = measureHeight in copy()
373 measureHeight = height in initFromLayout()
386 var measureHeight: Int = 0, variable in WidgetState
399 measureHeight = height in initFromLayout()
[all …]
DTransitionLayoutController.kt171 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()
224 resultMeasureHeight = widgetStart.measureHeight in getInterpolatedState()
280 resultMeasureHeight = widgetEnd.measureHeight in getInterpolatedState()
297 measureHeight = resultMeasureHeight in getInterpolatedState()
310 measureHeight = startState.measureHeight in getInterpolatedState()
313 measureHeight = endState.measureHeight 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
DInternalSelectionView.java106 measureHeight(heightMeasureSpec)); in onMeasure()
124 private int measureHeight(int measureSpec) { in measureHeight() method in InternalSelectionView
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt440 val squishedHeight = (squishedViewState.measureHeight * squishFraction).toInt() in <lambda>()
451 squishedViewState.measureHeight.toFloat(), in <lambda>()
457 squishedViewState.measureHeight.toFloat(), in <lambda>()
465 squishedViewState.measureHeight.toFloat(), in <lambda>()
514 val nonsquishedHeight = squishedViewState.measureHeight in <lambda>()
515 var groupTop = squishedViewState.measureHeight.toFloat() in <lambda>()
853 measurement.measuredHeight = viewState.measureHeight in <lambda>()
965 result.measureHeight != it.measuredHeight || result.measureWidth != it.measuredWidth in <lambda>()
967 result.measureHeight = Math.max(it.measuredHeight, result.measureHeight) in <lambda>()
971 result.height = result.measureHeight in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaViewControllerTest.kt209 this.measureHeight = 100 in <lambda>()
220 assertTrue(mediaViewController.obtainViewState(mediaHostStateHolder)!!.measureHeight == 100) in <lambda>()
225 assertTrue(mediaViewController.obtainViewState(mediaHostStateHolder)!!.measureHeight == 100) in <lambda>()
241 assertTrue(mediaViewController.obtainViewState(mediaHostStateHolder)!!.measureHeight == 100) in <lambda>()
246 assertTrue(mediaViewController.obtainViewState(mediaHostStateHolder)!!.measureHeight == 100) in <lambda>()
255 this.measureHeight = 100 in <lambda>()
291 whenever(mockCopiedState.measureHeight).thenReturn(200) in <lambda>()
319 whenever(mockCopiedState.measureHeight).thenReturn(200) in <lambda>()
348 whenever(mockCopiedState.measureHeight).thenReturn(360) in <lambda>()