Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 21 of 21) 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/
DStackScrollAlgorithm.java153 float newHeight = state.height; in updateClipping() local
473 float newHeight = bottomStackStart - childViewState.yTranslation; in clampPositionToBottomStackStart() local
502 int newHeight = childHeight; in updateStateForChildTransitioningInBottom() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java190 float newHeight = clamp(target); in updateExpansion() local
440 final float newHeight = clamp(rawHeight); in onTouchEvent() local
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java136 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
DFloatingToolbar.java996 final int newHeight = calculateOverflowHeight(maxItemSize); in updateOverflowHeight() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java494 int newWidth, newHeight; in computeCompatibleScaling() local
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java345 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp490 uint32_t newHeight = video_def->nFrameHeight; in internalSetParameter() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp480 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) {
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp574 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen() local
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DListRowPresenter.java632 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight(); in onRowViewExpanded() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java626 final void resize(int newWidth, int newHeight) { in resize()
DInputMethodService.java1088 final int newHeight = isFullscreen ? MATCH_PARENT : WRAP_CONTENT; in onConfigureWindow() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java322 final float newHeight = Math.max(0, h + mInitialOffsetOnTouch); in onTouchEvent() local
DNotificationPanelView.java347 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) { in startQsSizeChangeAnimation()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp562 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/frameworks/native/libs/gui/
DGLConsumer.cpp932 uint32_t newHeight = static_cast<uint32_t>(mCurrentCrop.height()); in getCurrentCrop() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp100 int newHeight = availablePreviewSizes[i].height; in initialize() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityStack.java4703 final int newHeight = taskConfig.screenHeightDp; in catchConfigChangesFromUnset() local
/frameworks/base/core/java/android/view/
DView.java17710 int newHeight = bottom - top; in setFrame() local
17763 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()