Home
last modified time | relevance | path

Searched defs:newWidth (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNeverExactlyLinearLayout.kt39 val newWidth = if (widthExactly) width else measuredWidth 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.java68 int newWidth = orig_w * p / 100; in apply() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationMessageBubbleView.java97 public void kickOffMorphAnimation(final int oldWidth, final int newWidth) { in kickOffMorphAnimation()
/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.java195 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DConversationHeaderLinearLayout.java148 int newWidth = (int) (info.mWidth - (excessContents * (info.mWeight / weightSum))); in balanceViewWidths() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java106 int newWidth = original.getMeasuredWidth() + 2 * mBrightnessMirrorBackgroundPadding; in setLocationAndSize() local
H A DSmartReplyView.java601 final int newWidth = button.getMeasuredWidth(); in squeezeButtonToTextWidth() local
626 int newWidth = child.getMeasuredWidth(); in remeasureButtonsIfNecessary() 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.java180 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate() local
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeSelectorItem.java167 public void setVisibleWidth(int newWidth) { in setVisibleWidth()
/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/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoProcessor.java218 final int newWidth = (int) (cropWidth * scaleFactor); in getNormalizedBitmap() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp2501 int newWidth; in setPreviewSize() local
2603 int newWidth; in setPictureSize() local
2677 int newWidth; in setVideoSize() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt62 val newWidth = value.width regex
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DBoundedRect.java303 float newWidth = Math.abs(fixed_x - p[0]); 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/tests/coretests/src/android/text/
H A DTextLineTest.java56 final float newWidth = tl.metrics(null); in stretchesToFullWidth() local
/aosp12/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java303 int newWidth = Math.round(scale * width); in scaleBitmapIfTooBig() local
/aosp12/frameworks/base/core/java/android/widget/
H A DTabWidget.java217 final int newWidth = Math.max(0, childWidth - delta); in measureHorizontal() local
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp353 uint32_t newWidth = static_cast<uint32_t>(crop.width()); in scaleDownCrop() local
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp499 uint32_t newWidth = video_def->nFrameWidth; in internalSetParameter() local
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_HandleTransactionLockedTest.cpp640 constexpr int newWidth = 123; in TEST_F() local

12