Home
last modified time | relevance | path

Searched defs:currentHeight (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/nestedscroll/
DLargeTopAppBarNestedScrollConnection.kt56 val currentHeight = height() in <lambda>() constant
62 val currentHeight = height() in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationScrimNestedScrollConnection.kt60 val currentHeight = scrimOffset() in <lambda>() constant
66 val currentHeight = scrimOffset() in offsetAvailable() constant
/frameworks/base/core/java/android/util/
DDisplayUtils.java78 int physicalWidth, int physicalHeight, int currentWidth, int currentHeight) { in getPhysicalPixelDisplaySizeRatio()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewActivity.java38 private int currentHeight = 0; field in Camera2SurfaceViewActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandler.java371 final float currentHeight = viewHeight * mCurrentExpansion; in flingToExpansion() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt59 private var currentHeight: Int = 0 variable in com.android.systemui.util.animation.TransitionLayoutController
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/ripple/
DRippleShader.kt391 var currentHeight: Float = 0f variable in com.android.systemui.surfaceeffects.ripple.RippleSize
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp367 uint32_t currentHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java599 float currentHeight = mScaler.getHeight(); in finishExpanding() local
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp855 auto currentHeight = std::get<1>(it); in getMatchingDepthSize() local
/frameworks/base/core/java/android/window/
DSplashScreenView.java594 final int currentHeight = b - t; in onLayout() local
/frameworks/native/libs/gui/
DGLConsumer.cpp763 uint32_t currentHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSImpl.java647 int currentHeight = getView().getHeight(); in setQsExpansion() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt151 var currentHeight: Int = 0 in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewController
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2213 final int currentHeight = mWindow.getWindow().getAttributes().height; in onConfigureWindow() local