/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaHostStatesManager.kt | 80 if (it.measuredHeight > result.measuredHeight) { 81 result.measuredHeight = it.measuredHeight
|
H A D | MediaViewController.kt | 512 measurement.measuredHeight = viewState.measureHeight 622 result.measureHeight != it.measuredHeight || result.measureWidth != it.measuredWidth 624 result.measureHeight = Math.max(it.measuredHeight, result.measureHeight)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | IgnorableChildLinearLayout.kt | 64 val height = lastView.measuredHeight + lp.bottomMargin + lp.topMargin 65 setMeasuredDimension(measuredWidth, measuredHeight - height) 68 setMeasuredDimension(measuredWidth - width, measuredHeight)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallBackgroundContainerTest.kt | 56 assertThat(underTest.measuredHeight).isEqualTo(123) 68 assertThat(underTest.measuredHeight).isEqualTo(123) 81 assertThat(underTest.measuredHeight).isEqualTo(233)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallBackgroundContainer.kt | 41 measuredHeight.coerceAtMost(maxHeight - 1) 43 measuredHeight
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 151 child.measuredHeight != widgetState.measureHeight) { 157 child.layout(0, 0, child.measuredWidth, child.measuredHeight) 219 child.layout(0, 0, child.measuredWidth, child.measuredHeight) 258 val previousHeight = measuredHeight 266 layout(layoutLeft, layoutTop, layoutLeft + measuredWidth, layoutTop + measuredHeight) 371 height = transitionLayout.measuredHeight
|
H A D | MeasurementInput.kt | 26 var measuredHeight: Int
|
H A D | UniqueObjectHostView.kt | 93 top + measuredHeight - paddingVertical)
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | MediaRouteButton.java | 304 int measuredHeight; in onMeasure() local 307 measuredHeight = heightSize; in onMeasure() 310 measuredHeight = Math.min(heightSize, height); in onMeasure() 314 measuredHeight = height; in onMeasure() 318 setMeasuredDimension(measuredWidth, measuredHeight); in onMeasure()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | NotificationShadeActivity.java | 135 int measuredHeight = child.getMeasuredHeight(); in updateState() local 136 child.setTag(measuredHeight); in updateState() 137 mFullHeight += measuredHeight; in updateState()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingImageMessage.java | 217 int measuredHeight = getMeasuredHeight(); in getMeasuredType() local 224 boolean measuredTooSmall = measuredHeight < minImageHeight in getMeasuredType() 225 && measuredHeight != mDrawable.getIntrinsicHeight(); in getMeasuredType() 229 if (!mIsIsolated && measuredHeight != mDrawable.getIntrinsicHeight()) { in getMeasuredType()
|
H A D | ActionBarContextView.java | 368 int measuredHeight = 0; in onMeasure() local 373 if (paddedViewHeight > measuredHeight) { in onMeasure() 374 measuredHeight = paddedViewHeight; in onMeasure() 377 setMeasuredDimension(contentWidth, measuredHeight); in onMeasure()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | KeyguardBottomAreaView.kt | 159 ambientTop + it.measuredHeight 166 lockLocationTop.toInt() - it.measuredHeight,
|
H A D | NotificationIconContainer.java | 252 final int measuredHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local 253 setMeasuredDimension(measuredWidth, measuredHeight); in onMeasure()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
H A D | ScreenDecorationsLogger.kt | 102 measuredHeight: Int 111 int2 = measuredHeight
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/util/ |
H A D | Bitmap.kt | 33 measuredHeight,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NoRemeasureMotionLayout.kt | 47 setMeasuredDimension(measuredWidth, measuredHeight)
|
H A D | NeverExactlyLinearLayout.kt | 40 val newHeight = if (heightExactly) height else measuredHeight
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | FaceScanningOverlay.kt | 201 val measuredHeight = resolveSizeAndState(mTotalBounds.height(), heightMeasureSpec, 0) regex 208 measuredHeight) 209 setMeasuredDimension(measuredWidth, measuredHeight)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSPanelTest.kt | 127 qsPanel.layout(0, 0, qsPanel.measuredWidth, qsPanel.measuredHeight) 157 qsPanel.layout(0, 0, qsPanel.measuredWidth, qsPanel.measuredHeight)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
H A D | KeyguardPreviewRenderer.kt | 207 rootView.layout(0, 0, rootView.measuredWidth, rootView.measuredHeight) 212 height / rootView.measuredHeight.toFloat() 226 host.setView(rootView, rootView.measuredWidth, rootView.measuredHeight)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | SystemEventChipAnimationController.kt | 290 val chipTop = (contentArea.bottom - chip.view.measuredHeight) / 2 291 val chipBottom = chipTop + chip.view.measuredHeight
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
H A D | MediaProjectionTaskView.kt | 165 measuredHeight,
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | StackView.java | 1142 final int measuredHeight = getMeasuredHeight(); 1146 final int childHeight = Math.round(measuredHeight*(1-PERSPECTIVE_SHIFT_FACTOR_Y)) 1170 mNewPerspectiveShiftY = PERSPECTIVE_SHIFT_FACTOR_Y * measuredHeight; 1178 mNewPerspectiveShiftY = measuredHeight - maxHeight;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
H A D | BiometricViewSizeBinder.kt | 108 val height = view.measuredHeight
|