Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/viewmodel/
DScreenshotViewModel.kt38 private val _animationState = MutableStateFlow(AnimationState.NOT_STARTED) constant
39 val animationState: StateFlow<AnimationState> = _animationState
125 _animationState.value = state in setAnimationState()
142 _animationState.value = AnimationState.NOT_STARTED in reset()