Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/
DPartitionedGridLayout.kt30 import androidx.compose.foundation.lazy.grid.LazyGridScope in <lambda>()
308 private fun LazyGridScope.fillUpRow(nTiles: Int, columns: Int) { in <lambda>() method
DTile.kt48 import androidx.compose.foundation.lazy.grid.LazyGridScope
252 content: LazyGridScope.() -> Unit, in TileLazyGrid()
312 fun LazyGridScope.editTiles( in LazyGridScope() method