Searched refs:_deSelection (Results 1 – 1 of 1) sorted by relevance
69 private val _deSelection: LinkedHashSet<T> = LinkedHashSet() constant in com.android.photopicker.core.selection.GrantsAwareSelectionImpl79 _flow = MutableStateFlow(GrantsAwareSet(_selection, _deSelection, preGrantedItemsCount))106 _deSelection.remove(item) in add()147 _deSelection.removeAll(itemsWithPregrants) in addAll()165 _deSelection.clear() in clear()175 (item.isPreGranted && !_deSelection.contains(item)) in contains()212 _deSelection.add(item) in remove()235 _deSelection.add(item) in removeAll()252 GrantsAwareSet(_selection.toSet(), _deSelection.toSet(), preGrantedItemsCount) in snapshot()277 if (_deSelection.contains(item)) { in toggle()[all …]