Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
DFakeDisplayStateRepository.kt35 private val _currentRotation = MutableStateFlow<DisplayRotation>(DisplayRotation.ROTATION_0) constant
36 override val currentRotation: StateFlow<DisplayRotation> = _currentRotation.asStateFlow()
51 _currentRotation.value = currentRotation in setCurrentRotation()