Home
last modified time | relevance | path

Searched defs:minHeightPx (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DResizeableItemFrameViewModel.kt61 val minHeightPx: 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.kt747 val minHeightPx = 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.kt574 val minHeightPx: Int, constant in com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewModelTest.GridLayout