Home
last modified time | relevance | path

Searched defs:animationState (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/data/repository/
DSystemStatusEventAnimationRepository.kt27 val animationState: StateFlow<SystemEventAnimationState> constant
34 override val animationState = scheduler.animationState constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/domain/interactor/
DSystemStatusEventAnimationInteractor.kt55 val animationState = repo.animationState constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationScrimFlingBehavior.kt44 val animationState = in performFling() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/events/data/repository/
DSystemStatusEventAnimationRepositoryKosmos.kt27 override val animationState = MutableStateFlow(SystemEventAnimationState.Idle) constant in com.android.systemui.statusbar.events.data.repository.FakeSystemStatusEventAnimationRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/model/
DSystemInfoCombinedVisibilityModel.kt26 val animationState: SystemEventAnimationState, constant in com.android.systemui.statusbar.pipeline.shared.ui.model.SystemInfoCombinedVisibilityModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemStatusAnimationSchedulerImpl.kt96 override val animationState = _animationState.asStateFlow() in <lambda>() constant
120 .combine(scheduledEvent) { animationState, scheduledEvent -> in <lambda>() method
124 .collect { (animationState, event) -> in <lambda>() method
DSystemStatusAnimationScheduler.kt34 val animationState: StateFlow<SystemEventAnimationState> constant
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
DBatterySaverPolicyTest.java237 final PowerSaveState animationState = in verifyBatterySaverConstantsUpdated() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/msdl/qs/
DTileHapticsViewModel.kt81 combine(tileInteractionState, tileAnimationState) { interactionState, animationState -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/viewmodel/
DScreenshotViewModel.kt39 val animationState: StateFlow<AnimationState> = _animationState constant in com.android.systemui.screenshot.ui.viewmodel.ScreenshotViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/
DScreenshotShelfViewBinder.kt155 viewModel.animationState.collect { animationState -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DHomeStatusBarViewModel.kt558 combine(isSystemInfoVisible, animations.animationState) { sysInfoVisible, animationState -> in shouldStatusBarBeVisible() method