Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNeverExactlyLinearLayout.kt39 val newWidth = if (widthExactly) width else measuredWidth in onMeasure() constant
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DEmbeddedContentContainer.java39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DCoordinateTransforms.java129 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt59 val newWidth = value.width constant
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java527 int newWidth, newHeight; in computeCompatibleScaling() local
/frameworks/base/core/java/android/app/
DWallpaperColors.java446 int newWidth = (int) (width * scale); in calculateOptimalSize() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java435 final int newWidth = stableRect.height() - 10; in ignoreRequestedOrientationInFreeformWindows() local
474 final int newWidth = stableRect.height() - 10; in ignoreRequestedOrientationInSplitWindows() local
/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java56 final float newWidth = tl.metrics(null); in stretchesToFullWidth() local
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java303 int newWidth = Math.round(scale * width); in scaleBitmapIfTooBig() local
/frameworks/base/core/java/android/widget/
DTabWidget.java217 final int newWidth = Math.max(0, childWidth - delta); in measureHorizontal() local
DImageView.java1188 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp499 uint32_t newWidth = video_def->nFrameWidth; in internalSetParameter() local
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp353 uint32_t newWidth = static_cast<uint32_t>(crop.width()); in scaleDownCrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java717 final int newWidth = button.getMeasuredWidth(); in squeezeButtonToTextWidth() local
743 int newWidth = child.getMeasuredWidth(); in remeasureButtonsIfNecessary() local
/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java122 final int newWidth = getMeasuredWidth(); in onMeasure() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp728 uint32_t newWidth = needSwap ? kFallbackHeight : kFallbackWidth; in recordScreen() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricView.java698 final int newWidth = Math.min(width, height); in onMeasure() local
/frameworks/native/libs/gui/
DGLConsumer.cpp751 uint32_t newWidth = static_cast<uint32_t>(crop.width()); in scaleDownCrop() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java637 final void resize(int newWidth, int newHeight) { in resize()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp588 int32_t newWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java636 final int newWidth = (int) (cropHint.width() * scaleByHeight); in generateCrop() local
708 int newWidth = (int) (wpData.mWidth / hRatio); in generateCrop() local
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp473 void BootAnimation::resizeSurface(int newWidth, int newHeight) { in resizeSurface()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp110 int newWidth = availablePreviewSizes[i].width; in initialize() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp2521 constexpr int newWidth = 123; in TEST_F() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2472 final int newWidth = rotated ? mDisplayInfo.logicalHeight : mDisplayInfo.logicalWidth; in updateBaseDisplayMetricsIfNeeded() local

12