/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/data/repository/ |
D | SystemStatusEventAnimationRepository.kt | 27 val animationState: StateFlow<SystemEventAnimationState> constant 34 override val animationState = scheduler.animationState constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/domain/interactor/ |
D | SystemStatusEventAnimationInteractor.kt | 55 val animationState = repo.animationState constant
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
D | NotificationScrimFlingBehavior.kt | 44 val animationState = in performFling() constant
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/events/data/repository/ |
D | SystemStatusEventAnimationRepositoryKosmos.kt | 27 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/ |
D | SystemInfoCombinedVisibilityModel.kt | 26 val animationState: SystemEventAnimationState, constant in com.android.systemui.statusbar.pipeline.shared.ui.model.SystemInfoCombinedVisibilityModel
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | SystemStatusAnimationSchedulerImpl.kt | 96 override val animationState = _animationState.asStateFlow() in <lambda>() constant 120 .combine(scheduledEvent) { animationState, scheduledEvent -> in <lambda>() method 124 .collect { (animationState, event) -> in <lambda>() method
|
D | SystemStatusAnimationScheduler.kt | 34 val animationState: StateFlow<SystemEventAnimationState> constant
|
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/ |
D | BatterySaverPolicyTest.java | 237 final PowerSaveState animationState = in verifyBatterySaverConstantsUpdated() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/msdl/qs/ |
D | TileHapticsViewModel.kt | 81 combine(tileInteractionState, tileAnimationState) { interactionState, animationState -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/viewmodel/ |
D | ScreenshotViewModel.kt | 39 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/ |
D | ScreenshotShelfViewBinder.kt | 155 viewModel.animationState.collect { animationState -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | HomeStatusBarViewModel.kt | 558 combine(isSystemInfoVisible, animations.animationState) { sysInfoVisible, animationState -> in shouldStatusBarBeVisible() method
|