Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/common/ui/data/repository/
H A DFakeConfigurationRepository.kt30 private val _scaleForResolution = MutableStateFlow(1f) regex
31 override val scaleForResolution: Flow<Float> = _scaleForResolution.asStateFlow()
38 _scaleForResolution.value = scale
42 return _scaleForResolution.value