Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
DOverlayFrame.java367 int newHeight = ((overlayCanvas.getWidth() * overlayBitmap.getHeight()) in generateOverlayWithRenderingMode() local
396 int newHeight = ((overlayBitmap.getWidth() * overlayCanvas.getHeight()) in generateOverlayWithRenderingMode() local
DVideoEditor.java255 int newHeight = ((overlayCanvas.getWidth() * mOverlayBitmap.getHeight()) in renderOverlay() local
284 int newHeight = ((mOverlayBitmap.getWidth() * overlayCanvas.getHeight()) in renderOverlay() local
DMediaImageItem.java180 int newHeight = mScaledHeight; in MediaImageItem() local
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
DImfBaseTestCase.java125 int newHeight; in destructiveCheckImeUp() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickSettingsContainerView.java98 int newHeight = (int) ((numRows * cellHeight) + ((numRows - 1) * mCellGap)) + in onMeasure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java242 float newHeight = clamp(target); in updateExpansion() local
439 final float newHeight = clamp(rawHeight); in onTouchEvent() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java494 int newWidth, newHeight; in computeCompatibleScaling() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp470 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen() local
/frameworks/base/core/java/android/widget/
DImageView.java845 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure() local
/frameworks/native/libs/gui/
DGLConsumer.cpp918 int32_t newHeight = mCurrentCrop.height(); in getCurrentCrop() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java613 final void resize(int newWidth, int newHeight) { in resize()
DInputMethodService.java942 final int newHeight = isFullscreen ? MATCH_PARENT : WRAP_CONTENT; in onConfigureWindow() local
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp513 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/frameworks/base/media/java/android/media/
DRemoteControlClient.java1689 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local