Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 25 of 29) 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/services/core/java/com/android/server/wm/utils/
DCoordinateTransforms.java129 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java167 int newHeight = mList.getMeasuredHeight(); in onMeasure() local
408 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/notification/stack/
DExpandableViewState.java142 int newHeight = this.height; in applyToView() local
DStackScrollAlgorithm.java172 float newHeight = state.height; in updateClipping() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt238 val newHeight = Math.min((child.collapsedHeight + expansionHeight).toInt(), in <lambda>() constant
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java112 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
DFloatingToolbar.java1074 final int newHeight = calculateOverflowHeight(maxItemSize); in updateOverflowHeight() local
/frameworks/base/core/java/android/app/
DWallpaperColors.java439 int newHeight = (int) (height * scale); in calculateOptimalSize() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp198 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) { in setDisplaySize()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java527 int newWidth, newHeight; in computeCompatibleScaling() local
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java304 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
/frameworks/base/libs/hwui/surfacetexture/
DSurfaceTexture.cpp366 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java590 int newHeight) { in updateDraggedBounds()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp500 uint32_t newHeight = video_def->nFrameHeight; in internalSetParameter() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp639 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen() local
/frameworks/base/core/java/android/widget/
DImageView.java1204 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure() local
/frameworks/native/libs/gui/
DGLConsumer.cpp753 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java637 final void resize(int newWidth, int newHeight) { in resize()
DInputMethodService.java1363 final int newHeight = isFullscreen ? MATCH_PARENT : WRAP_CONTENT; in onConfigureWindow() local
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp590 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java374 float newHeight = Math.max(0, h + mInitialOffsetOnTouch); in onTouchEvent() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp111 int newHeight = availablePreviewSizes[i].height; in initialize() local
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java704 int newHeight = (int) (wpData.mHeight / hRatio); in generateCrop() local

12