Searched refs:_currentRotation (Results 1 – 1 of 1) sorted by relevance
35 private val _currentRotation = MutableStateFlow<DisplayRotation>(DisplayRotation.ROTATION_0) constant36 override val currentRotation: StateFlow<DisplayRotation> = _currentRotation.asStateFlow()51 _currentRotation.value = currentRotation in setCurrentRotation()