/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaHostStatesManager.kt | 81 if (it.measuredHeight > result.measuredHeight) { in updateCarouselDimensions() 82 result.measuredHeight = it.measuredHeight in updateCarouselDimensions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | IgnorableChildLinearLayout.kt | 64 val height = lastView.measuredHeight + lp.bottomMargin + lp.topMargin in onMeasure() 65 setMeasuredDimension(measuredWidth, measuredHeight - height) in onMeasure() 68 setMeasuredDimension(measuredWidth - width, measuredHeight) in onMeasure()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/ui/view/ |
D | ChipBackgroundContainerTest.kt | 57 assertThat(underTest.measuredHeight).isEqualTo(123) in onMeasure_maxHeightFetcherNotSet_usesDesired() 69 assertThat(underTest.measuredHeight).isEqualTo(123) in onMeasure_maxLargerThanDesired_usesDesired() 82 assertThat(underTest.measuredHeight).isEqualTo(233) in onMeasure_desiredLargerThanMax_usesMaxMinusOne()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/ribbon/ui/composable/ |
D | Ribbon.kt | 81 val leftPadding = (placeable.measuredHeight / tangent).roundToInt() in <lambda>() 82 val rightPadding = (placeable.measuredHeight * tangent).roundToInt() in <lambda>() 86 height = placeable.measuredHeight, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/view/ |
D | ChipBackgroundContainer.kt | 41 measuredHeight.coerceAtMost(maxHeight - 1) in onMeasure() 43 measuredHeight in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | TransitionLayout.kt | 151 child.measuredHeight != widgetState.measureHeight) { in applyCurrentState() 157 child.layout(0, 0, child.measuredWidth, child.measuredHeight) in applyCurrentState() 219 child.layout(0, 0, child.measuredWidth, child.measuredHeight) in onLayout() 258 val previousHeight = measuredHeight in calculateViewState() 266 layout(layoutLeft, layoutTop, layoutLeft + measuredWidth, layoutTop + measuredHeight) in calculateViewState() 371 height = transitionLayout.measuredHeight in initFromLayout()
|
D | MeasurementInput.kt | 26 var measuredHeight: Int variable in com.android.systemui.util.animation.MeasurementOutput
|
D | UniqueObjectHostView.kt | 93 top + measuredHeight - paddingVertical) in addView()
|
/frameworks/base/core/java/android/app/ |
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()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | NotificationShadeActivity.java | 135 int measuredHeight = child.getMeasuredHeight(); in updateState() local 136 child.setTag(measuredHeight); in updateState() 137 mFullHeight += measuredHeight; in updateState()
|
/frameworks/base/core/java/com/android/internal/widget/ |
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()
|
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()
|
/frameworks/base/tests/InputScreenshotTest/src/android/input/screenshot/ |
D | Bitmap.kt | 33 measuredHeight, in View()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBottomAreaView.kt | 160 ambientTop + it.measuredHeight in <lambda>() 167 lockLocationTop.toInt() - it.measuredHeight, in <lambda>()
|
/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/util/ |
D | Bitmap.kt | 33 measuredHeight, in View()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
D | ScreenDecorationsLogger.kt | 102 measuredHeight: Int in onMeasureDimensions() 111 int2 = measuredHeight in onMeasureDimensions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NoRemeasureMotionLayout.kt | 48 setMeasuredDimension(measuredWidth, measuredHeight) in onMeasure()
|
D | NeverExactlyLinearLayout.kt | 40 val newHeight = if (heightExactly) height else measuredHeight in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | FaceScanningOverlay.kt | 185 val measuredHeight = resolveSizeAndState(mTotalBounds.height(), heightMeasureSpec, 0) in onMeasure() constant 192 measuredHeight) in onMeasure() 193 setMeasuredDimension(measuredWidth, measuredHeight) in onMeasure()
|
/frameworks/libs/systemui/toruslib/torus-utils/src/main/java/com/google/android/torus/utils/ |
D | BitmapUtils.kt | 65 val bitmap = Bitmap.createBitmap(view.measuredWidth, view.measuredHeight, config) in generateBitmapFromView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ui/viewModel/ |
D | BrightnessMirrorViewModel.kt | 76 height = view.measuredHeight + 2 * padding, in setLocationAndSize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | DefaultDeviceEntrySection.kt | 241 ambientTop + it.measuredHeight in <lambda>() 247 sensorRect.top - it.measuredHeight, in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | HandleMenuAnimator.kt | 146 windowingPill.pivotY = appInfoPill.measuredHeight.toFloat() in prepareMenuForAnimation() 149 moreActionsPill.pivotY = appInfoPill.measuredHeight.toFloat() in prepareMenuForAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | SystemEventChipAnimationController.kt | 292 val chipTop = contentArea.top + (contentArea.height() - chip.view.measuredHeight) / 2 in updateChipBounds() 293 val chipBottom = chipTop + chip.view.measuredHeight in updateChipBounds()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
D | MediaProjectionTaskView.kt | 157 measuredHeight, in updateThumbnailMatrix()
|