Searched refs:tileMap (Results 1 – 4 of 4) sorted by relevance
39 private val tileMap: constant46 for (viewModelTileSpec in tileMap.keys) {59 tileMap[tileSpec]?.get()?.takeIf { it !is StubQSTileViewModel } in createTile()
59 Map<String, Provider<QSTileImpl<?>>> tileMap) { in QSFactoryImpl() argument62 mTileMap = tileMap; in QSFactoryImpl()
143 val tileMap = mutableMapOf<String, Provider<QSTileImpl<*>>>( in <lambda>() constant177 tileMap, in <lambda>()
79 Map<String, QSTileImpl<?>> tileMap(); in tileMap() method