Searched refs:_flow (Results 1 – 2 of 2) sorted by relevance
65 private val _flow: MutableStateFlow<Set<T>> constant in com.android.photopicker.core.selection.SelectionImpl72 _flow = MutableStateFlow(_selection.toSet())74 _flow.stateIn(77 initialValue = _flow.value,273 _flow.update { _selection.toSet() } in getDeselection()
72 private val _flow: MutableStateFlow<GrantsAwareSet<T>> constant in com.android.photopicker.core.selection.GrantsAwareSelectionImpl79 _flow = MutableStateFlow(GrantsAwareSet(_selection, _deSelection, preGrantedItemsCount))81 _flow.stateIn(84 initialValue = _flow.value,364 _flow.update { GrantsAwareSet(_selection, _deSelection, preGrantedItemsCount) } in updateFlow()