Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNeverExactlyLinearLayout.kt40 val newHeight = if (heightExactly) height else measuredHeight regex
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DEmbeddedContentContainer.java39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterDownsample.java69 int newHeight = orig_h * p / 100; in apply() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DCoordinateTransforms.java129 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DContactsAsyncHelper.java196 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate() local
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h200 void reset(int newWidth, int newHeight, Args&&... args) { in reset()
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
H A DAnimUtils.java199 public static void changeDimensions(final View view, final int newWidth, final int newHeight) { in changeDimensions()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DContactsAsyncHelper.java181 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/animation/
H A DAnimUtils.java218 public static void changeDimensions(final View view, final int newWidth, final int newHeight) { in changeDimensions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java200 float newHeight = clamp(target); in updateExpansion() local
457 final float newHeight = clamp(rawHeight); in onTouchEvent() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoProcessor.java219 final int newHeight = (int) (cropHeight * scaleFactor); in getNormalizedBitmap() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java142 int newHeight = this.height; in applyToView() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp2500 int newHeight; in setPreviewSize() local
2602 int newHeight; in setPictureSize() local
2676 int newHeight; in setVideoSize() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt63 val newHeight = value.height regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt255 val newHeight = Math.min((child.collapsedHeight + expansionHeight).toInt(), regex
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DBoundedRect.java304 float newHeight = Math.abs(fixed_y - p[1]); in fixedAspectResizeInner() local
/aosp12/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java585 int newWidth, newHeight; in computeCompatibleScaling() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java131 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
/aosp12/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java304 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp354 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp500 uint32_t newHeight = video_def->nFrameHeight; in internalSetParameter() local
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_HandleTransactionLockedTest.cpp685 constexpr int newHeight = 123; in TEST_F() local
/aosp12/frameworks/base/core/java/android/app/
H A DWallpaperColors.java577 int newHeight = (int) (height * scale); in calculateOptimalSize() local
/aosp12/frameworks/base/core/java/android/widget/
H A DImageView.java1210 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure() local
/aosp12/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp727 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen() local

12