Home
last modified time | relevance | path

Searched refs:panelViewExpandedHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt180 @Deprecated("deprecated by SceneContainerFlag.isEnabled") val panelViewExpandedHeight: Float constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultStatusBarSection.kt78 override val panelViewExpandedHeight: Float = 0f in bindData() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DStatusBarSection.kt76 override val panelViewExpandedHeight: Float = 0f in SceneScope() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewControllerTest.java849 public void setPanelViewExpandedHeight(float panelViewExpandedHeight) { in setPanelViewExpandedHeight() argument
850 this.mPanelViewExpandedHeight = panelViewExpandedHeight; in setPanelViewExpandedHeight()