Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/
DPartitionedGridLayout.kt113 val (currentTiles, otherTiles) = tiles.partition { it.isCurrent } in <lambda>() constant
160 tiles = otherTiles, in <lambda>()
DTile.kt272 val (currentTiles, otherTiles) = tiles.partition { it.isCurrent } in DefaultEditTileGrid() constant
273 val (otherTilesStock, otherTilesCustom) = otherTiles.partition { it.appName == null } in DefaultEditTileGrid()