Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNeverExactlyLinearLayout.kt40 val newHeight = if (heightExactly) height else measuredHeight in onMeasure() constant
/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/
DDisplayUpdater.java42 int initialDisplayHeight, int newWidth, int newHeight) { in onDisplayContentDisplayPropertiesPreChanged()
DImmediateDisplayUpdater.java46 int initialDisplayHeight, int newWidth, int newHeight) { in onDisplayContentDisplayPropertiesPreChanged()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DCoordinateTransforms.java127 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DFullscreenMagnificationControllerTest.java258 final int newHeight = testWindowBounds.height() + 2 * borderOffset; in onScreenSizeChanged_activated_borderChangedToExpectedSize() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewTest.kt281 val newHeight = 123456 in onConfigurationChanged_systemIconsHeightChanged_containerHeightIsUpdated() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java221 float newHeight = clamp(target); in updateExpansion() local
478 final float newHeight = clamp(rawHeight); in onTouchEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt269 val newHeight = Math.min( in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DFullscreenMagnificationController.java305 final int newHeight = mWindowBounds.height() + 2 * mBorderOffset; in onConfigurationChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DExpandableViewState.java149 final int newHeight = this.height; in applyToView() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewSizeBinder.kt568 val newHeight = in <lambda>() constant
/frameworks/base/libs/hwui/canvas/
DCanvasFrontend.h244 void reset(int newWidth, int newHeight, Args&&... args) { in reset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt69 val newHeight = value.measureHeight constant
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java145 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
/frameworks/base/media/java/android/media/session/
DMediaSessionLegacyHelper.java307 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java182 int newHeight = bodyContent.getMeasuredHeight() + currHeight; in measureDescription() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp500 uint32_t newHeight = video_def->nFrameHeight; in internalSetParameter() local
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp356 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_DisplayTransactionCommitTest.cpp698 constexpr int newHeight = 123; in TEST_F() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java719 int newWidth, newHeight; in computeCompatibleScaling() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DBigPictureIconManager.kt159 val (newWidth, newHeight) = newDrawable.intrinsicSize in <lambda>() constant
/frameworks/base/core/java/android/app/
DWallpaperColors.java628 int newHeight = (int) (height * scale); in calculateOptimalSize() local
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperCropper.java690 int newHeight = (int) (wpData.mHeight / hRatio); in generateCropInternal() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt923 val newHeight = in <lambda>() constant

12