Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java43 final float newWidth = tl.metrics(null); in stretchesToFullWidth() local
/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java460 final int newWidth = button.getMeasuredWidth(); in squeezeButtonToTextWidth() local
486 int newWidth = child.getMeasuredWidth(); in remeasureButtonsIfNecessary() local
/frameworks/base/core/java/android/app/
DWallpaperColors.java411 int newWidth = (int) (width * scale); in calculateOptimalSize() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java508 int newWidth, newHeight; in computeCompatibleScaling() local
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java302 int newWidth = Math.round(scale * width); in scaleBitmapIfTooBig() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp499 uint32_t newWidth = video_def->nFrameWidth; in internalSetParameter() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java557 void updateDraggedBounds(int left, int top, int right, int bottom, int newWidth, in updateDraggedBounds()
DDisplayContent.java1762 final int newWidth = rotated ? mDisplayInfo.logicalHeight : mDisplayInfo.logicalWidth; in updateBaseDisplayMetricsIfNeeded() local
/frameworks/base/core/java/android/widget/
DTabWidget.java199 final int newWidth = Math.max(0, childWidth - delta); in measureHorizontal() local
DImageView.java1124 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure() local
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DScrollingTabContainerView.java132 final int newWidth = getMeasuredWidth(); in onMeasure() local
/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java120 final int newWidth = getMeasuredWidth(); in onMeasure() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp607 uint32_t newWidth = needSwap ? kFallbackHeight : kFallbackWidth; in recordScreen() local
/frameworks/support/wear/src/main/java/androidx/wear/widget/
DCircledImageView.java652 public void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp542 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) { in setDisplaySize()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java626 final void resize(int newWidth, int newHeight) { in resize()
/frameworks/native/libs/gui/
DGLConsumer.cpp878 uint32_t newWidth = static_cast<uint32_t>(crop.width()); in scaleDownCrop() local
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp584 int32_t newWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp99 int newWidth = availablePreviewSizes[i].width; in initialize() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp1705 constexpr int newWidth = 123; in TEST_F() local
/frameworks/base/core/java/android/view/
DView.java20792 int newWidth = right - left; in setFrame() local
20847 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()