Home
last modified time | relevance | path

Searched refs:measuredHeight (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaHostStatesManager.kt79 if (it.measuredHeight > result.measuredHeight) {
80 result.measuredHeight = it.measuredHeight
H A DMediaViewController.kt382 measurement.measuredHeight = viewState.height
465 result.height = Math.max(it.measuredHeight, result.height)
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DImeDetectFrameLayout.java33 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 DAsyncImageView.java309 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 DIndicatorControlWheelContainer.java130 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 DIgnorableChildLinearLayout.kt64 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 DTransitionLayout.kt144 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 DMeasurementInput.kt26 var measuredHeight: Int
H A DUniqueObjectHostView.kt93 top + measuredHeight - paddingVertical)
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCustomHeightScrollView.java49 int measuredHeight = getMeasuredHeight(); in onMeasure() local
51 if (measuredHeight > mMaximumHeight) { in onMeasure()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DRingProgressBar.java52 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 DMediaRouteButton.java304 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 DNotificationShadeActivity.java135 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 DMessagingImageMessage.java202 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 DActionBarContextView.java368 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 DActionBarView.java1069 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 DAsset.java396 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 DNeverExactlyLinearLayout.kt40 val newHeight = if (heightExactly) height else measuredHeight
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleButtonsLayout.kt69 val frameHeight = mCircleView!!.measuredHeight
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java263 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 DStackView.java1142 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 DSwitch.java1034 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 DTaskMenuViewWithArrow.kt271 optionMeasuredHeight = optionLayout.getChildAt(0).measuredHeight
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java246 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 DWebView.java2496 public void setMeasuredDimension(int measuredWidth, int measuredHeight) { in setMeasuredDimension() argument
2497 WebView.this.setMeasuredDimension(measuredWidth, measuredHeight); in setMeasuredDimension()

12