Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperCropper.java133 final int newWidth = (int) (cropHint.width() * scaleByHeight); in generateCropInternal() local
195 int newWidth = (int) (wpData.mWidth / hRatio); in generateCropInternal() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNeverExactlyLinearLayout.kt39 val newWidth = if (widthExactly) width else measuredWidth regex
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DCredentialPasswordView.kt101 val newWidth = MeasureSpec.getSize(widthMeasureSpec) regex
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DCoordinateTransforms.java127 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DConversationHeaderLinearLayout.java149 int newWidth = (int) (info.mWidth - (excessContents * (info.mWeight / weightSum))); in balanceViewWidths() local
H A DScrollingTabContainerView.java123 final int newWidth = getMeasuredWidth(); in onMeasure() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java107 int newWidth = original.getMeasuredWidth() + 2 * mBrightnessMirrorBackgroundPadding; in setLocationAndSize() local
H A DSmartReplyView.java615 final int newWidth = button.getMeasuredWidth(); in squeezeButtonToTextWidth() local
640 int newWidth = child.getMeasuredWidth(); in remeasureButtonsIfNecessary() local
/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h244 void reset(int newWidth, int newHeight, Args&&... args) { in reset()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecorderTests.java274 final int newWidth = 55; in testOnConfigurationChanged_resizesVirtualDisplay() local
H A DActivityRecordTests.java633 final int newWidth = stableRect.height() - 10; in ignoreRequestedOrientationInFreeformWindows() local
674 final int newWidth = stableRect.height() - 10; in ignoreRequestedOrientationForResizableInSplitWindows() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt68 val newWidth = value.measureWidth regex
/aosp14/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java306 int newWidth = Math.round(scale * width); in scaleBitmapIfTooBig() local
/aosp14/frameworks/base/core/java/android/widget/
H A DTabWidget.java217 final int newWidth = Math.max(0, childWidth - delta); in measureHorizontal() local
H A DImageView.java1198 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure() local
/aosp14/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java661 int newWidth, newHeight; in computeCompatibleScaling() local
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperColors.java627 int newWidth = (int) (width * scale); in calculateOptimalSize() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java376 int newWidth = (int) (newHeight * aspRatio); in fixMaxBitmapSize() local
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextLineTest.java57 final float newWidth = tl.metrics(null); in stretchesToFullWidth() local
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java638 final void resize(int newWidth, int newHeight) { in resize()
/aosp14/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp588 int32_t newWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp679 void BootAnimation::resizeSurface(int newWidth, int newHeight) { in resizeSurface()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2952 final int newWidth = rotated ? mDisplayInfo.logicalHeight : mDisplayInfo.logicalWidth; in updateBaseDisplayMetricsIfNeeded() local
/aosp14/frameworks/base/core/java/android/view/
H A DView.java24558 int newWidth = right - left; in setFrame() local
24622 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()