Searched defs:maxHeightPx (Results 1 – 4 of 4) sorted by relevance
337 val maxHeightPx = remember(density) { mutableFloatStateOf(defaultMaxHeightPx) } in TwoRowsTopAppBar() constant
60 val maxHeightPx: Int, constant in com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewModel.GridLayoutInfo
751 val maxHeightPx = in calculateWidgetSize() constant2013 data class WidgetSizeInfo(val minHeightPx: Int, val maxHeightPx: Int) constant in com.android.systemui.communal.ui.compose.WidgetSizeInfo
573 val maxHeightPx: Int, constant in com.android.systemui.communal.ui.viewmodel.ResizeableItemFrameViewModelTest.GridLayout