Home
last modified time | relevance | path

Searched defs:maxHeightPx (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
DCustomizedAppBar.kt337 val maxHeightPx = remember(density) { mutableFloatStateOf(defaultMaxHeightPx) } in TwoRowsTopAppBar() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DResizeableItemFrameViewModel.kt60 val maxHeightPx: Int, constant in com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewModel.GridLayoutInfo
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt751 val maxHeightPx = in calculateWidgetSize() constant
2013 data class WidgetSizeInfo(val minHeightPx: Int, val maxHeightPx: Int) constant in com.android.systemui.communal.ui.compose.WidgetSizeInfo
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/viewmodel/
DResizeableItemFrameViewModelTest.kt573 val maxHeightPx: Int, constant in com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewModelTest.GridLayout