Home
last modified time | relevance | path

Searched refs:dirtyOwnerIds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/undo/data/repository/
DUndoRepository.kt29 private val dirtyOwnerIds = MutableStateFlow(emptySet<Int>()) constant
33 dirtyOwnerIds.map { it.isNotEmpty() }.distinctUntilChanged() in <lambda>()
53 dirtyOwnerIds.value = dirtyOwnerIds.value + setOf(ownerId) in putDirty()
55 dirtyOwnerIds.value = dirtyOwnerIds.value - setOf(ownerId) in putDirty()
64 return dirtyOwnerIds.value.toSet() in getAllDirty()
69 dirtyOwnerIds.value = emptySet() in clearAllDirty()