Searched refs:asIterable (Results 1 – 8 of 8) sorted by relevance
46 fun SceneStack.asIterable(): Iterable<SceneKey> = Iterable { in SceneStack() method48 when (this@asIterable) { in SceneStack()52 yieldAll(tail.asIterable()) in SceneStack()
34 fun allOf(vararg flows: Flow<Boolean>): Flow<Boolean> = flows.asIterable().all() in <lambda>()63 fun anyOf(vararg flows: Flow<Boolean>): Flow<Boolean> = flows.asIterable().any() in <lambda>()
22 import com.android.systemui.scene.data.model.asIterable in <lambda>()80 logger.logSceneBackStack(backStack.value.asIterable()) in <lambda>()
92 iPackageManager.getAppOpPermissionPackages(permission, userId).asIterable().asyncFilter { in getPackageInfoAsUserCached()
179 asIterable().map { (k, fv) -> fv.map { k to it } }, in combineValueFlows()
50 import com.android.systemui.scene.data.model.asIterable in <lambda>()166 backStack.asIterable().any { it == Scenes.Shade || it == Scenes.QuickSettings } in <lambda>()
69 .flatMap(Sequence<File>::asIterable) in <lambda>()
627 Iterable<Button> inflatedReplies = SequencesKt.asIterable(SequencesKt.asSequence( in buildExpectedView()648 Iterable<Button> inflatedSmartActions = SequencesKt.asIterable(SequencesKt.asSequence( in buildExpectedView()