Home
last modified time | relevance | path

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

/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/core/java/android/app/
DWallpaperColors.java438 int newWidth = (int) (width * scale); in calculateOptimalSize() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp198 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) { in setDisplaySize()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java527 int newWidth, newHeight; in computeCompatibleScaling() 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.java204 final int newWidth = Math.max(0, childWidth - delta); in measureHorizontal() local
DImageView.java1188 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure() local
/frameworks/base/libs/hwui/surfacetexture/
DSurfaceTexture.cpp365 uint32_t newWidth = static_cast<uint32_t>(crop.width()); in scaleDownCrop() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java589 void updateDraggedBounds(int left, int top, int right, int bottom, int newWidth, in updateDraggedBounds()
DDisplayContent.java2258 final int newWidth = rotated ? mDisplayInfo.logicalHeight : mDisplayInfo.logicalWidth; in updateBaseDisplayMetricsIfNeeded() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp499 uint32_t newWidth = video_def->nFrameWidth; in internalSetParameter() 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/av/cmds/screenrecord/
Dscreenrecord.cpp638 uint32_t newWidth = needSwap ? kFallbackHeight : kFallbackWidth; in recordScreen() local
/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java122 final int newWidth = getMeasuredWidth(); in onMeasure() local
/frameworks/native/libs/gui/
DGLConsumer.cpp752 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.java633 final int newWidth = (int) (cropHint.width() * scaleByHeight); in generateCrop() local
705 int newWidth = (int) (wpData.mWidth / hRatio); in generateCrop() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp110 int newWidth = availablePreviewSizes[i].width; in initialize() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp2139 constexpr int newWidth = 123; in TEST_F() local
/frameworks/base/core/java/android/view/
DView.java22593 int newWidth = right - left; in setFrame() local
22657 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()