/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaHostStatesManager.kt | 79 if (it.measuredHeight > result.measuredHeight) { 80 result.measuredHeight = it.measuredHeight
|
H A D | MediaViewController.kt | 382 measurement.measuredHeight = viewState.height 465 result.height = Math.max(it.measuredHeight, result.height)
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | ImeDetectFrameLayout.java | 33 final int measuredHeight = getMeasuredHeight(); in onMeasure() local 38 "measuredHeight: " + measuredHeight + " getMeasuredHeight(): " + in onMeasure() 42 if (measuredHeight != getMeasuredHeight() && getContext() instanceof ImeUtil.ImeStateHost) { in onMeasure()
|
H A D | AsyncImageView.java | 309 final int measuredHeight = getMeasuredHeight(); in onMeasure() local 310 if (measuredWidth >= getMinimumWidth() || measuredHeight >= getMinimumHeight()) { in onMeasure() 332 int height = measuredHeight; in onMeasure() 338 final float aspectRatio = measuredWidth / (float) measuredHeight; in onMeasure()
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
H A D | IndicatorControlWheelContainer.java | 130 int measuredWidth, measuredHeight; in onMeasure() local 139 measuredHeight = desiredHeight; in onMeasure() 141 measuredHeight = Math.min(desiredHeight, MeasureSpec.getSize(heightSpec)); in onMeasure() 143 measuredHeight = MeasureSpec.getSize(heightSpec); in onMeasure() 145 setMeasuredDimension(measuredWidth, measuredHeight); in onMeasure()
|
/aosp12/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)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 144 child.measuredHeight != widgetState.measureHeight) { 150 child.layout(0, 0, child.measuredWidth, child.measuredHeight) 220 child.layout(0, 0, child.measuredWidth, child.measuredHeight) 259 val previousHeight = measuredHeight 267 layout(layoutLeft, layoutTop, layoutLeft + measuredWidth, layoutTop + measuredHeight) 350 height = transitionLayout.measuredHeight
|
H A D | MeasurementInput.kt | 26 var measuredHeight: Int
|
H A D | UniqueObjectHostView.kt | 93 top + measuredHeight - paddingVertical)
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CustomHeightScrollView.java | 49 int measuredHeight = getMeasuredHeight(); in onMeasure() local 51 if (measuredHeight > mMaximumHeight) { in onMeasure()
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | RingProgressBar.java | 52 final int measuredHeight = getMeasuredHeight(); in onMeasure() local 54 final int shortSide = Math.min(measuredHeight, measuredWidth); in onMeasure()
|
/aosp12/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()
|
/aosp12/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()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingImageMessage.java | 202 int measuredHeight = getMeasuredHeight(); in getMeasuredType() local 209 boolean measuredTooSmall = measuredHeight < minImageHeight in getMeasuredType() 210 && measuredHeight != mDrawable.getIntrinsicHeight(); in getMeasuredType() 214 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()
|
H A D | ActionBarView.java | 1069 int measuredHeight = 0; in onMeasure() local 1073 if (paddedViewHeight > measuredHeight) { in onMeasure() 1074 measuredHeight = paddedViewHeight; in onMeasure() 1077 setMeasuredDimension(contentWidth, measuredHeight); in onMeasure()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | Asset.java | 396 int measuredHeight = mImageViewHeight; in doInBackground() local 403 (float) bitmapHeight / measuredHeight); in doInBackground() 410 int verticalGutterPx = Math.max(0, (scaledBitmap.getHeight() - measuredHeight) / 2); in doInBackground()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NeverExactlyLinearLayout.kt | 40 val newHeight = if (heightExactly) height else measuredHeight
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | CircleButtonsLayout.kt | 69 val frameHeight = mCircleView!!.measuredHeight
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderSessionImpl.java | 263 int measuredHeight = exactMeasure.getSecond(); in measureLayout() local 264 if (neededHeight > measuredHeight) { in measureLayout() 265 mMeasuredScreenHeight += neededHeight - measuredHeight; in measureLayout() 267 if (mMeasuredScreenHeight < measuredHeight) { in measureLayout() 270 mMeasuredScreenHeight = measuredHeight; in measureLayout()
|
/aosp12/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;
|
H A D | Switch.java | 1034 final int measuredHeight = getMeasuredHeight(); in onMeasure() local 1035 if (measuredHeight < switchHeight) { in onMeasure()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskMenuViewWithArrow.kt | 271 optionMeasuredHeight = optionLayout.getChildAt(0).measuredHeight
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 246 int measuredHeight = mContractedChild.getMeasuredHeight(); in onMeasure() local 247 if (measuredHeight < mMinContractedHeight) { in onMeasure() 251 maxChildHeight = Math.max(maxChildHeight, measuredHeight); in onMeasure()
|
/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | WebView.java | 2496 public void setMeasuredDimension(int measuredWidth, int measuredHeight) { in setMeasuredDimension() argument 2497 WebView.this.setMeasuredDimension(measuredWidth, measuredHeight); in setMeasuredDimension()
|