Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/color/data/repository/
DColorPickerRepositoryImpl.kt51 private val _isApplyingSystemColor = MutableStateFlow(false) in <lambda>() constant
52 override val isApplyingSystemColor = _isApplyingSystemColor.asStateFlow() in <lambda>()
121 _isApplyingSystemColor.value = true in <lambda>()
127 _isApplyingSystemColor.value = false in <lambda>()
134 _isApplyingSystemColor.value = false in <lambda>()
DFakeColorPickerRepository.kt34 private val _isApplyingSystemColor = MutableStateFlow(false) in <lambda>() constant in com.android.customization.picker.color.data.repository.FakeColorPickerRepository
35 override val isApplyingSystemColor = _isApplyingSystemColor.asStateFlow() in <lambda>()