/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaHostStatesManager.kt | 79 if (it.measuredHeight > result.measuredHeight) { in updateCarouselDimensions() 80 result.measuredHeight = it.measuredHeight in updateCarouselDimensions()
|
D | MediaViewController.kt | 382 measurement.measuredHeight = viewState.height in <lambda>() 465 result.height = Math.max(it.measuredHeight, result.height) in <lambda>()
|
D | MediaCarouselController.kt | 677 mediaCarousel.layout(0, 0, width, mediaCarousel.measuredHeight) in <lambda>()
|
/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/src/com/android/systemui/util/animation/ |
D | TransitionLayout.kt | 144 child.measuredHeight != widgetState.measureHeight) { in applyCurrentState() 150 child.layout(0, 0, child.measuredWidth, child.measuredHeight) in applyCurrentState() 220 child.layout(0, 0, child.measuredWidth, child.measuredHeight) in onLayout() 259 val previousHeight = measuredHeight in calculateViewState() 267 layout(layoutLeft, layoutTop, layoutLeft + measuredWidth, layoutTop + measuredHeight) in calculateViewState() 350 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 | 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()
|
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()
|
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NeverExactlyLinearLayout.kt | 40 val newHeight = if (heightExactly) height else measuredHeight in onMeasure()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
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()
|
/frameworks/base/core/java/android/widget/ |
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;
|
D | Switch.java | 1034 final int measuredHeight = getMeasuredHeight(); in onMeasure() local 1035 if (measuredHeight < switchHeight) { in onMeasure()
|
D | ProgressBar.java | 2199 final int measuredHeight = resolveSizeAndState(dh, heightMeasureSpec, 0); in onMeasure() local 2200 setMeasuredDimension(measuredWidth, measuredHeight); in onMeasure()
|
D | Toolbar.java | 1812 final int measuredHeight = resolveSizeAndState( in onMeasure() local 1816 setMeasuredDimension(measuredWidth, shouldCollapse() ? 0 : measuredHeight); in onMeasure()
|
D | GridLayout.java | 1107 int measuredHeight = Math.max(heightSansPadding + vPadding, getSuggestedMinimumHeight()); in onMeasure() local 1111 resolveSizeAndState(measuredHeight, heightSpec, 0)); in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 244 int measuredHeight = mContractedChild.getMeasuredHeight(); in onMeasure() local 245 if (measuredHeight < mMinContractedHeight) { in onMeasure() 249 maxChildHeight = Math.max(maxChildHeight, measuredHeight); in onMeasure()
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 2496 public void setMeasuredDimension(int measuredWidth, int measuredHeight) { in setMeasuredDimension() argument 2497 WebView.this.setMeasuredDimension(measuredWidth, measuredHeight); in setMeasuredDimension()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 25864 protected final void setMeasuredDimension(int measuredWidth, int measuredHeight) { in setMeasuredDimension() argument 25872 measuredHeight += optical ? opticalHeight : -opticalHeight; in setMeasuredDimension() 25874 setMeasuredDimensionRaw(measuredWidth, measuredHeight); in setMeasuredDimension() 25889 private void setMeasuredDimensionRaw(int measuredWidth, int measuredHeight) { in setMeasuredDimensionRaw() argument 25891 mMeasuredHeight = measuredHeight; in setMeasuredDimensionRaw()
|