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.cpp389 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.java351 int newWidth = Math.round(scale * width); in scaleBitmapIfTooBig() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp403 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) { in setDisplaySize()
/frameworks/base/core/java/android/widget/
DTabWidget.java201 final int newWidth = Math.max(0, childWidth - delta); in measureHorizontal() local
DImageView.java942 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) + in onMeasure() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp573 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/support/v7/appcompat/src/android/support/v7/internal/widget/
DScrollingTabContainerView.java129 final int newWidth = getMeasuredWidth(); in onMeasure() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java613 final void resize(int newWidth, int newHeight) { in resize()
/frameworks/native/libs/gui/
DGLConsumer.cpp875 int32_t newWidth = mCurrentCrop.width(); in getCurrentCrop() local
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp525 int32_t newWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp84 int newWidth = availablePreviewSizes[i].width; in initialize() local