/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NeverExactlyLinearLayout.kt | 39 val newWidth = if (widthExactly) width else measuredWidth 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 | 68 int newWidth = orig_w * p / 100; in apply() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
H A D | ConversationMessageBubbleView.java | 97 public void kickOffMorphAnimation(final int oldWidth, final int newWidth) { in kickOffMorphAnimation()
|
/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 | 195 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate() local
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ConversationHeaderLinearLayout.java | 148 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 D | BrightnessMirrorController.java | 106 int newWidth = original.getMeasuredWidth() + 2 * mBrightnessMirrorBackgroundPadding; in setLocationAndSize() local
|
H A D | SmartReplyView.java | 601 final int newWidth = button.getMeasuredWidth(); in squeezeButtonToTextWidth() local 626 int newWidth = child.getMeasuredWidth(); in remeasureButtonsIfNecessary() 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 | 180 int newWidth = (int) (orgWidth / ratio); in getPhotoIconWhenAppropriate() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | ModeSelectorItem.java | 167 public void setVisibleWidth(int newWidth) { in setVisibleWidth()
|
/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/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | PhotoProcessor.java | 218 final int newWidth = (int) (cropWidth * scaleFactor); in getNormalizedBitmap() local
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
H A D | qcamera_test.cpp | 2501 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 D | TransitionLayout.kt | 62 val newWidth = value.width regex
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
H A D | BoundedRect.java | 303 float newWidth = Math.abs(fixed_x - p[0]); 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/tests/coretests/src/android/text/ |
H A D | TextLineTest.java | 56 final float newWidth = tl.metrics(null); in stretchesToFullWidth() local
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | MediaSessionLegacyHelper.java | 303 int newWidth = Math.round(scale * width); in scaleBitmapIfTooBig() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TabWidget.java | 217 final int newWidth = Math.max(0, childWidth - delta); in measureHorizontal() local
|
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/ |
H A D | SurfaceTexture.cpp | 353 uint32_t newWidth = static_cast<uint32_t>(crop.width()); in scaleDownCrop() local
|
/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | SoftVideoDecoderOMXComponent.cpp | 499 uint32_t newWidth = video_def->nFrameWidth; in internalSetParameter() local
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SurfaceFlinger_HandleTransactionLockedTest.cpp | 640 constexpr int newWidth = 123; in TEST_F() local
|