Searched refs:deSelection (Results 1 – 1 of 1) sorted by relevance
40 val deSelection: Set<T>, constant in com.android.photopicker.core.selection.GrantsAwareSet47 override val size: Int = selection.size - deSelection.size + preGrantedelementsCount73 if (element.isPreGranted && !deSelection.contains(element)) { in contains()