Searched refs:flows (Results 1 – 7 of 7) sorted by relevance
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>()82 fun noneOf(vararg flows: Flow<Boolean>): Flow<Boolean> = not(anyOf(*flows)) in <lambda>()
97 val flows = conditions.map { it.toFlow() } in <lambda>() constant119 if (flows.isEmpty() || index == -1) { in <lambda>()131 flows.elementAt(index).collect { value -> in <lambda>()
640 ) { flows -> in <lambda>() method641 val showLimitedNotifications = flows[0] as Boolean in <lambda>()642 val showUnlimitedNotifications = flows[1] as Boolean in <lambda>()643 val isUserInteracting = flows[2] as Boolean in <lambda>()644 val availableHeight = flows[3] as Float in <lambda>()645 val useExtraShelfSpace = flows[5] as Boolean in <lambda>()
22 …ss OR non-bypass face authentication experience which have different user flows.<br><br>In contras…
123 * total counts, including the candidate get/create flows, and the124 * authentication flows. It should be noted that changes here may
160 1. In the UI layer (`viewmodel` classes), update the existing flows to process
335 lifecycle of a tile. The current system makes use of flows to propagate information downstream.