Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt186 val contentPadding = gridContentPadding(viewModel.isEditMode, toolbarSize) in <lambda>()
1287 private fun gridContentPadding(isEditMode: Boolean, toolbarSize: IntSize?): PaddingValues { in gridContentPadding() method