Home
last modified time | relevance | path

Searched defs:newWidth (Results 1 – 14 of 14) 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/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp415 uint32_t newWidth = video_def->nFrameWidth; in internalSetParameter() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java494 int newWidth, newHeight; in computeCompatibleScaling() local
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java344 int newWidth = Math.round(scale * width); in scaleBitmapIfTooBig() local
/frameworks/base/core/java/android/widget/
DTabWidget.java202 final int newWidth = Math.max(0, childWidth - delta); in measureHorizontal() local
DImageView.java1012 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp409 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) { in setDisplaySize()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp576 uint32_t newWidth = needSwap ? kFallbackHeight : kFallbackWidth; in recordScreen() local
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DScrollingTabContainerView.java131 final int newWidth = getMeasuredWidth(); in onMeasure() local
/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java121 final int newWidth = getMeasuredWidth(); in onMeasure() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java626 final void resize(int newWidth, int newHeight) { in resize()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp558 int32_t newWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/frameworks/native/libs/gui/
DGLConsumer.cpp888 uint32_t newWidth = static_cast<uint32_t>(mCurrentCrop.width()); in getCurrentCrop() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp98 int newWidth = availablePreviewSizes[i].width; in initialize() local