Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 19 of 19) 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/tests/ImfTest/tests/src/com/android/imftest/samples/
DImfBaseTestCase.java125 int newHeight; in destructiveCheckImeUp() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java107 int newHeight = state.height; in apply() local
DStackScrollAlgorithm.java199 float newHeight = state.height * state.scale; in updateClipping() local
502 int newHeight = childHeight; in updateStateForChildTransitioningInBottom() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java199 float newHeight = clamp(target); in updateExpansion() local
438 final float newHeight = clamp(rawHeight); in onTouchEvent() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp390 uint32_t newHeight = video_def->nFrameHeight; 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.java352 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp403 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) { in setDisplaySize()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DListRowPresenter.java421 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight(); in onRowViewExpanded() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp574 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java304 final float newHeight = Math.max(0, h + mInitialOffsetOnTouch); in onTouchEvent() local
DNotificationPanelView.java332 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) { in startQsSizeChangeAnimation()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java613 final void resize(int newWidth, int newHeight) { in resize()
DInputMethodService.java960 final int newHeight = isFullscreen ? MATCH_PARENT : WRAP_CONTENT; in onConfigureWindow() local
/frameworks/base/core/java/android/widget/
DImageView.java958 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure() local
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp527 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/frameworks/native/libs/gui/
DGLConsumer.cpp876 int32_t newHeight = mCurrentCrop.height(); in getCurrentCrop() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp85 int newHeight = availablePreviewSizes[i].height; in initialize() local