Searched refs:initialHeight (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | WindowManagerOcclusionManager.kt | 282 val initialHeight = fullHeight / 3f in <lambda>() constant 288 top = (powerButtonY - initialHeight / 2f).toInt(), in <lambda>() 289 bottom = (powerButtonY + initialHeight / 2f).toInt(), in <lambda>() 296 val initialHeight = fullHeight / 2f in <lambda>() constant 302 top = (fullHeight - initialHeight).toInt() / 2, in <lambda>() 303 bottom = (initialHeight + (fullHeight - initialHeight) / 2).toInt(), in <lambda>()
|
D | KeyguardViewMediator.java | 1028 final float initialHeight = fullHeight / 3f; 1034 (int) (mPowerButtonY - initialHeight / 2f) /* top */, 1035 (int) (mPowerButtonY + initialHeight / 2f) /* bottom */, 1051 final float initialHeight = fullHeight / 2f; 1057 (int) (fullHeight - initialHeight) / 2, 1058 (int) (initialHeight + (fullHeight - initialHeight) / 2),
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_SetDisplayStateTest.cpp | 454 constexpr uint32_t initialHeight = 768; in TEST_F() local 465 display.mutableCurrentDisplayState().height = initialHeight; in TEST_F() 472 state.height = initialHeight; in TEST_F() 487 EXPECT_EQ(initialHeight, display.getCurrentDisplayState().height); in TEST_F() 528 constexpr uint32_t initialHeight = 0; in TEST_F() local 539 display.mutableCurrentDisplayState().height = initialHeight; in TEST_F()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | LightRevealScrim.kt | 301 initialHeight: Int? = null 361 internal var viewHeight: Int = initialHeight ?: 0
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FullscreenLightRevealAnimation.kt | 177 initialHeight = params.height in prepareOverlay()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/ |
D | ColumnVolumeSliders.kt | 203 initialHeight = { (it * SHRINK_FRACTION).toInt() }, in enterTransition()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/ |
D | FooterActions.kt | 104 initialHeight = { 0 }, in <lambda>()
|