Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ui/viewModel/
DBrightnessMirrorViewModel.kt47 private val _locationAndSize: MutableStateFlow<LocationAndSize> = constant in com.android.systemui.settings.brightness.ui.viewModel.BrightnessMirrorViewModel
49 val locationAndSize = _locationAndSize.asStateFlow()
72 _locationAndSize.value = in setLocationAndSize()