Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationScrimNestedScrollConnection.kt69 val currentHeight = scrimOffset() in firstScroll() constant
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/nestedscroll/
DLargeTopAppBarNestedScrollConnection.kt79 val currentHeight = height() in onScroll() 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/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarHandleView.java187 float currentHeight = mHandleHeight + heightDelta * progress; in animateHandleForMenu() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandler.kt432 val currentHeight = viewHeight * currentExpansion in <lambda>() constant
/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.cpp410 uint32_t currentHeight = static_cast<uint32_t>(crop.height()); in releaseBufferLocked() 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.cpp854 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.cpp889 uint32_t currentHeight = static_cast<uint32_t>(crop.height()); in scaleDownCrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSImpl.java674 int currentHeight = getView().getHeight(); in setQsExpansion() local
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java2284 final int currentHeight = mWindow.getWindow().getAttributes().height; in onConfigureWindow() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt152 var currentHeight: Int = 0 in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaViewController