Searched defs:animationState (Results 1 – 4 of 4) sorted by relevance
89 private var animationState = MutableStateFlow(IDLE) in <lambda>() variable113 .combine(scheduledEvent) { animationState, scheduledEvent -> in <lambda>() method117 .collect { (animationState, event) -> in <lambda>() method
237 final PowerSaveState animationState = in verifyBatterySaverConstantsUpdated() local
39 val animationState: StateFlow<AnimationState> = _animationState constant in com.android.systemui.screenshot.ui.viewmodel.ScreenshotViewModel
155 viewModel.animationState.collect { animationState -> in <lambda>() method