Searched refs:otherTiles (Results 1 – 2 of 2) sorted by relevance
113 val (currentTiles, otherTiles) = tiles.partition { it.isCurrent } in <lambda>() constant160 tiles = otherTiles, in <lambda>()
272 val (currentTiles, otherTiles) = tiles.partition { it.isCurrent } in DefaultEditTileGrid() constant273 val (otherTilesStock, otherTilesCustom) = otherTiles.partition { it.appName == null } in DefaultEditTileGrid()