Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 25 of 34) 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/utils/
DCoordinateTransforms.java129 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/frameworks/base/libs/hwui/canvas/
DCanvasFrontend.h200 void reset(int newWidth, int newHeight, Args&&... args) { in reset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt251 val newHeight = Math.min((child.collapsedHeight + expansionHeight).toInt(), in updateExpansionHeight() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java200 float newHeight = clamp(target); in updateExpansion() local
457 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.java188 float newHeight = state.height; in updateClipping() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt63 val newHeight = value.height constant
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLinearLayout.java131 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java585 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/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp354 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp500 uint32_t newHeight = video_def->nFrameHeight; in internalSetParameter() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_HandleTransactionLockedTest.cpp685 constexpr int newHeight = 123; in TEST_F() local
/frameworks/base/core/java/android/app/
DWallpaperColors.java577 int newHeight = (int) (height * scale); in calculateOptimalSize() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java438 int newHeight = b - t; in initializeWalletView() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp727 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen() local
/frameworks/base/core/java/android/widget/
DImageView.java1210 int newHeight = (int)((widthSize - pleft - pright) / desiredAspect) + in onMeasure() local
/frameworks/native/libs/gui/
DGLConsumer.cpp752 uint32_t newHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricView.java340 final int newHeight = mIconHolderView.getHeight() + 2 * (int) iconPadding in updateSize() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java637 final void resize(int newWidth, int newHeight) { in resize()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java533 final int newHeight = stableRect.width() - 10; in ignoreRequestedOrientationInFreeformWindows() local
575 final int newHeight = stableRect.width() - 10; in ignoreRequestedOrientationForResizableInSplitWindows() 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/qs/
DQSPanel.java200 int newHeight = 10000; in onMeasure() local

12