Home
last modified time | relevance | path

Searched refs:measureWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt68 val newWidth = value.measureWidth
140 if (child is TextView && widgetState.width < widgetState.measureWidth) { in applyCurrentState()
142 widgetState.measureWidth - widgetState.width in applyCurrentState()
150 if (child.measuredWidth != widgetState.measureWidth || in applyCurrentState()
152 val measureWidthSpec = MeasureSpec.makeMeasureSpec(widgetState.measureWidth, in applyCurrentState()
163 val boundsWidth = if (clipMode) widgetState.measureWidth else widgetState.width in applyCurrentState()
202 val measureWidthSpec = MeasureSpec.makeMeasureSpec(widgetState.measureWidth, in onMeasure()
341 var measureWidth: Int = 0 variable in TransitionViewState
351 copy.measureWidth = measureWidth in copy()
372 measureWidth = width in initFromLayout()
[all …]
DTransitionLayoutController.kt170 resultMeasureWidth = widgetEnd.measureWidth in getInterpolatedState()
223 resultMeasureWidth = widgetStart.measureWidth in getInterpolatedState()
279 resultMeasureWidth = widgetEnd.measureWidth in getInterpolatedState()
296 measureWidth = resultMeasureWidth in getInterpolatedState()
309 measureWidth = startState.measureWidth in getInterpolatedState()
312 measureWidth = endState.measureWidth in getInterpolatedState()
/frameworks/base/core/tests/coretests/src/android/widget/
DLabelView.java121 setMeasuredDimension(measureWidth(widthMeasureSpec), in onMeasure()
130 private int measureWidth(int measureSpec) { in measureWidth() method in LabelView
DInternalSelectionView.java105 measureWidth(widthMeasureSpec), in onMeasure()
109 private int measureWidth(int measureSpec) { in measureWidth() method in InternalSelectionView
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt852 measurement.measuredWidth = viewState.measureWidth in <lambda>()
965 result.measureHeight != it.measuredHeight || result.measureWidth != it.measuredWidth in <lambda>()
968 result.measureWidth = Math.max(it.measuredWidth, result.measureWidth) in <lambda>()
972 result.width = result.measureWidth in <lambda>()