Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNeverExactlyLinearLayout.kt40 val newHeight = if (heightExactly) height else measuredHeight regex
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DEmbeddedContentContainer.java39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DCredentialPasswordView.kt102 val newHeight = MeasureSpec.getSize(heightMeasureSpec) - bottomInset regex
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DCoordinateTransforms.java127 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperCropper.java194 int newHeight = (int) (wpData.mHeight / hRatio); in generateCropInternal() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DBiometricViewSizeBinder.kt126 val newHeight = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java220 float newHeight = clamp(target); in updateExpansion() local
477 final float newHeight = clamp(rawHeight); in onTouchEvent() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java150 final int newHeight = this.height; in applyToView() local
H A DStackScrollAlgorithm.java308 float newHeight = state.height; in updateClipping() local
/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h244 void reset(int newWidth, int newHeight, Args&&... args) { in reset()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt264 val newHeight = Math.min((child.collapsedHeight + expansionHeight).toInt(), regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt69 val newHeight = value.measureHeight regex
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java131 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
/aosp14/frameworks/base/media/java/android/media/session/
H A DMediaSessionLegacyHelper.java307 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java177 int newHeight = description.getMeasuredHeight() + currHeight; in measureDescription() local
H A DAuthBiometricView.java357 final int newHeight = mIconHolderView.getHeight() + 2 * (int) iconPadding in updateSize() local
/aosp14/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java661 int newWidth, newHeight; in computeCompatibleScaling() local
/aosp14/frameworks/base/core/java/android/widget/
H A DImageView.java1214 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure() local
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperColors.java628 int newHeight = (int) (height * scale); in calculateOptimalSize() local
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java377 int newHeight = (int) Math.sqrt(maxNumPixels / aspRatio); in getMaxWidth() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java375 int newHeight = (int) Math.sqrt(maxNumPixels / aspRatio); in fixMaxBitmapSize() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java243 int newHeight = 10000; in onMeasure() local
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java638 final void resize(int newWidth, int newHeight) { in resize()
/aosp14/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp590 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java628 final int newHeight = stableRect.width() - 10; in ignoreRequestedOrientationInFreeformWindows() local
669 final int newHeight = stableRect.width() - 10; in ignoreRequestedOrientationForResizableInSplitWindows() local

12