Home
last modified time | relevance | path

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

12

/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/
DHardwareUiLayout.java136 int newHeight = mChild.getMeasuredHeight(); in onMeasure() local
319 private void animateChild(int oldHeight, int newHeight) { in animateChild()
DExpandHelper.java197 float newHeight = clamp(target); in updateExpansion() local
447 final float newHeight = clamp(rawHeight); in onTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DExpandableViewState.java149 int newHeight = this.height; in applyToView() local
DStackScrollAlgorithm.java153 float newHeight = state.height; in updateClipping() local
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java112 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
DFloatingToolbar.java1075 final int newHeight = calculateOverflowHeight(maxItemSize); in updateOverflowHeight() local
/frameworks/base/core/java/android/app/
DWallpaperColors.java412 int newHeight = (int) (height * scale); in calculateOptimalSize() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java508 int newWidth, newHeight; in computeCompatibleScaling() local
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java303 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp500 uint32_t newHeight = video_def->nFrameHeight; in internalSetParameter() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java558 int newHeight) { in updateDraggedBounds()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp608 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen() local
/frameworks/base/core/java/android/widget/
DImageView.java1140 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure() local
/frameworks/support/wear/src/main/java/androidx/wear/widget/
DCircledImageView.java652 public void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DListRowPresenter.java646 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight(); in onRowViewExpanded() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp542 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) { in setDisplaySize()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java626 final void resize(int newWidth, int newHeight) { in resize()
DInputMethodService.java1283 final int newHeight = isFullscreen ? MATCH_PARENT : WRAP_CONTENT; in onConfigureWindow() local
/frameworks/native/libs/gui/
DGLConsumer.cpp879 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp586 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java369 float newHeight = Math.max(0, h + mInitialOffsetOnTouch); in onTouchEvent() local
DNotificationPanelView.java461 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) { in startQsSizeChangeAnimation()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp100 int newHeight = availablePreviewSizes[i].height; in initialize() local

12