/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NeverExactlyLinearLayout.kt | 40 val newHeight = if (heightExactly) height else measuredHeight regex
|
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
H A D | EmbeddedContentContainer.java | 39 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 D | ImageFilterDownsample.java | 69 int newHeight = orig_h * p / 100; in apply() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | CoordinateTransforms.java | 129 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | ContactsAsyncHelper.java | 196 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate() local
|
/aosp12/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasFrontend.h | 200 void reset(int newWidth, int newHeight, Args&&... args) { in reset()
|
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/animation/ |
H A D | AnimUtils.java | 199 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 D | ContactsAsyncHelper.java | 181 int newHeight = (int) (orgHeight / ratio); in getPhotoIconWhenAppropriate() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/animation/ |
H A D | AnimUtils.java | 218 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 D | ExpandHelper.java | 200 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 D | PhotoProcessor.java | 219 final int newHeight = (int) (cropHeight * scaleFactor); in getNormalizedBitmap() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | ExpandableViewState.java | 142 int newHeight = this.height; in applyToView() local
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
H A D | qcamera_test.cpp | 2500 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 D | TransitionLayout.kt | 63 val newHeight = value.height regex
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | PulseExpansionHandler.kt | 255 val newHeight = Math.min((child.collapsedHeight + expansionHeight).toInt(), regex
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
H A D | BoundedRect.java | 304 float newHeight = Math.abs(fixed_y - p[1]); in fixedAspectResizeInner() local
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | CompatibilityInfo.java | 585 int newWidth, newHeight; in computeCompatibleScaling() local
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingLinearLayout.java | 131 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | MediaSessionLegacyHelper.java | 304 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
|
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/ |
H A D | SurfaceTexture.cpp | 354 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
|
/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | SoftVideoDecoderOMXComponent.cpp | 500 uint32_t newHeight = video_def->nFrameHeight; in internalSetParameter() local
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 685 constexpr int newHeight = 123; in TEST_F() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | WallpaperColors.java | 577 int newHeight = (int) (height * scale); in calculateOptimalSize() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ImageView.java | 1210 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure() local
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | screenrecord.cpp | 727 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen() local
|