Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ui/viewModel/
DBrightnessMirrorViewModel.kt47 private val _locationAndSize: MutableStateFlow<LocationAndSize> =
48 MutableStateFlow(LocationAndSize())
73 LocationAndSize( in setLocationAndSize()
87 data class LocationAndSize( dataClass
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/settings/brightness/ui/viewmodel/
DBrightnessMirrorViewModelTest.kt32 import com.android.systemui.settings.brightness.ui.viewModel.LocationAndSize
110 LocationAndSize( in setLocationInWindow_correctLocationAndSize()