Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNeverExactlyLinearLayout.kt40 val newHeight = if (heightExactly) height else measuredHeight in onMeasure() constant
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DEmbeddedContentContainer.java39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
DCredentialPasswordView.kt102 val newHeight = MeasureSpec.getSize(heightMeasureSpec) - bottomInset in onMeasure() constant
/frameworks/base/services/core/java/com/android/server/wm/utils/
DCoordinateTransforms.java127 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewSizeBinder.kt126 val newHeight = in <lambda>() constant
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperCropper.java194 int newHeight = (int) (wpData.mHeight / hRatio); in generateCropInternal() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java220 float newHeight = clamp(target); in updateExpansion() local
477 final float newHeight = clamp(rawHeight); in onTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt264 val newHeight = Math.min((child.collapsedHeight + expansionHeight).toInt(), in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java150 final int newHeight = this.height; in applyToView() local
/frameworks/base/libs/hwui/canvas/
DCanvasFrontend.h244 void reset(int newWidth, int newHeight, Args&&... args) { in reset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt69 val newHeight = value.measureHeight constant
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java131 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java177 int newHeight = description.getMeasuredHeight() + currHeight; in measureDescription() local
DAuthBiometricView.java357 final int newHeight = mIconHolderView.getHeight() + 2 * (int) iconPadding in updateSize() local
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java307 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java661 int newWidth, newHeight; in computeCompatibleScaling() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp500 uint32_t newHeight = video_def->nFrameHeight; in internalSetParameter() local
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp354 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_DisplayTransactionCommitTest.cpp698 constexpr int newHeight = 123; in TEST_F() local
/frameworks/base/core/java/android/app/
DWallpaperColors.java628 int newHeight = (int) (height * scale); in calculateOptimalSize() local
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java377 int newHeight = (int) Math.sqrt(maxNumPixels / aspRatio); in getMaxWidth() local
/frameworks/base/graphics/java/android/graphics/drawable/
DIcon.java375 int newHeight = (int) Math.sqrt(maxNumPixels / aspRatio); in fixMaxBitmapSize() local
/frameworks/base/core/java/android/widget/
DImageView.java1214 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure() local
/frameworks/native/libs/gui/
DGLConsumer.cpp752 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java243 int newHeight = 10000; in onMeasure() local

12