Home
last modified time | relevance | path

Searched defs:locationAndSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ui/viewModel/
DBrightnessMirrorViewModel.kt49 val locationAndSize = _locationAndSize.asStateFlow() constant in com.android.systemui.settings.brightness.ui.viewModel.BrightnessMirrorViewModel
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/settings/brightness/ui/viewmodel/
DBrightnessMirrorViewModelTest.kt82 val locationAndSize by collectLastValue(underTest.locationAndSize) in setLocationInWindow_correctLocationAndSize() constant