/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ |
H A D | ShadeModeInteractorImplTest.kt | 54 val shadeMode by collectLastValue(underTest.shadeMode) in legacyShadeMode_narrowScreen_singleShade() constant 64 val shadeMode by collectLastValue(underTest.shadeMode) in legacyShadeMode_wideScreen_splitShade() constant 74 val shadeMode by collectLastValue(underTest.shadeMode) in shadeMode_wideScreen_isDual() constant 84 val shadeMode by collectLastValue(underTest.shadeMode) in shadeMode_narrowScreen_isDual() constant 95 val shadeMode by collectLastValue(underTest.shadeMode) in isDualShade_flagEnabled_true() constant 105 val shadeMode by collectLastValue(underTest.shadeMode) in isDualShade_flagDisabled_false() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ui/viewmodel/ |
H A D | SceneContainerViewModelTest.kt | 330 val shadeMode by collectLastValue(kosmos.shadeInteractor.shadeMode) in <lambda>() constant 341 val shadeMode by collectLastValue(kosmos.shadeInteractor.shadeMode) in <lambda>() constant 352 val shadeMode by collectLastValue(kosmos.shadeInteractor.shadeMode) in <lambda>() constant 363 val shadeMode by collectLastValue(kosmos.shadeInteractor.shadeMode) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ |
H A D | ShadeInteractorSceneContainerImpl.kt | 64 .flatMapLatest { shadeMode -> in <lambda>() method 72 .flatMapLatest { shadeMode -> transitionProgressExpansion(shadeMode.qsContentKey) } in <lambda>() method 80 .flatMapLatestConflated { shadeMode -> in <lambda>() method 96 .flatMapLatest { shadeMode -> in <lambda>() method 121 shadeModeInteractor.shadeMode.flatMapLatest { shadeMode -> in <lambda>() method 131 shadeModeInteractor.shadeMode.flatMapLatest { shadeMode -> in <lambda>() method
|
H A D | ShadeModeInteractor.kt | 43 val shadeMode: StateFlow<ShadeMode> constant 86 override val shadeMode: StateFlow<ShadeMode> = in getTopEdgeSplitFraction() constant 116 override val shadeMode: StateFlow<ShadeMode> = MutableStateFlow(ShadeMode.Single) constant in ShadeModeInteractorEmptyImpl
|
H A D | ShadeInteractorEmptyImpl.kt | 50 override val shadeMode: StateFlow<ShadeMode> = MutableStateFlow(ShadeMode.Single) constant in com.android.systemui.shade.domain.interactor.ShadeInteractorEmptyImpl
|
H A D | ShadeInteractor.kt | 67 val shadeMode: StateFlow<ShadeMode> in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/startable/ |
H A D | ShadeStartableTest.kt | 95 val shadeMode by collectLastValue(shadeInteractor.shadeMode) in <lambda>() constant 114 val shadeMode by collectLastValue(shadeInteractor.shadeMode) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/ |
H A D | ShadeSceneContentViewModelTest.kt | 140 fun shadeMode() = in <lambda>() method in com.android.systemui.shade.ui.viewmodel.ShadeSceneContentViewModelTest 142 val shadeMode by collectLastValue(underTest.shadeMode) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
H A D | NotificationLockscreenScrim.kt | 50 val shadeMode = viewModel.shadeMode.collectAsStateWithLifecycle() in <lambda>() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationLockscreenScrimViewModel.java | 28 …linx.coroutines.flow.StateFlow<com.android.systemui.shade.shared.model.ShadeMode> shadeMode = null; field in NotificationLockscreenScrimViewModel 72 …kscreenScrimViewModel.ElementViewModel element(com.android.systemui.shade.shared.model.ShadeMode s… in element()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/viewmodel/ |
H A D | MediaInRowInLandscapeViewModelTest.kt | 89 val shadeMode: ShadeMode, in <lambda>() constant in com.android.systemui.qs.panels.ui.viewmodel.MediaInRowInLandscapeViewModelTest.TestData 121 shadeModeValues.flatMap { shadeMode -> in <lambda>() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/shade/domain/interactor/ |
D | ShadeModeInteractorEmptyImpl.java | 15 …linx.coroutines.flow.StateFlow<com.android.systemui.shade.shared.model.ShadeMode> shadeMode = null; field in ShadeModeInteractorEmptyImpl
|
D | ShadeModeInteractorImpl.java | 19 …linx.coroutines.flow.StateFlow<com.android.systemui.shade.shared.model.ShadeMode> shadeMode = null; field in ShadeModeInteractorImpl
|
D | ShadeInteractorEmptyImpl.java | 57 …linx.coroutines.flow.StateFlow<com.android.systemui.shade.shared.model.ShadeMode> shadeMode = null; field in ShadeInteractorEmptyImpl
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/notifications/ui/composable/ |
D | NotificationLockscreenScrimKt.java | 26 ….TransitionState.Transition currentTransition, com.android.systemui.shade.shared.model.ShadeMode s… in shouldShowScrimFadeOut()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/domain/interactor/ |
H A D | GridLayoutTypeInteractor.kt | 35 shadeModeInteractor.shadeMode.flatMapLatest { shadeMode -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/viewmodel/ |
H A D | GoneUserActionsViewModel.kt | 34 shadeInteractor.shadeMode.collect { shadeMode -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/ |
H A D | ShadeUserActionsViewModel.kt | 56 ) { shadeMode, isCustomizerShowing, backScene -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/ |
H A D | CommunalUserActionsViewModel.kt | 55 ) { isDeviceUnlocked, shadeMode -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ui/viewmodel/ |
H A D | DreamUserActionsViewModel.kt | 57 ) { isDeviceUnlocked, isCommunalAvailable, shadeMode -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | LockscreenUserActionsViewModel.kt | 63 ) { isDeviceUnlocked, isCommunalAvailable, shadeMode, isOccluded -> in <lambda>() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/shade/ui/viewmodel/ |
D | ShadeSceneContentViewModel.java | 52 …linx.coroutines.flow.StateFlow<com.android.systemui.shade.shared.model.ShadeMode> shadeMode = null; field in ShadeSceneContentViewModel
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/viewmodel/ |
H A D | QuickSettingsSceneContentViewModel.kt | 72 shadeInteractor.shadeMode.collect { shadeMode -> in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/ |
H A D | ShadeScene.kt | 213 val shadeMode by viewModel.shadeMode.collectAsStateWithLifecycle() in ShadeScene() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
H A D | NotificationLockscreenScrimViewModel.kt | 57 val shadeMode: StateFlow<ShadeMode> = shadeInteractor.shadeMode in <lambda>() constant
|