Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt1340 CommunalContentSize.FULL -> Dimensions.CardHeightFull in CommunalContentSize()
1358 val CardHeightFull = 530.dp constant
1360 val GridHeight = CardHeightFull + GridTopSpacing
1362 val CardHeightHalf = (CardHeightFull - ItemSpacing) / 2
1363 val CardHeightThird = (CardHeightFull - (2 * ItemSpacing)) / 3