Home
last modified time | relevance | path

Searched defs:shadeMode (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/
H A DShadeModeInteractorImplTest.kt54 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 DSceneContainerViewModelTest.kt330 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 DShadeInteractorSceneContainerImpl.kt64 .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 DShadeModeInteractor.kt43 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 DShadeInteractorEmptyImpl.kt50 override val shadeMode: StateFlow<ShadeMode> = MutableStateFlow(ShadeMode.Single) constant in com.android.systemui.shade.domain.interactor.ShadeInteractorEmptyImpl
H A DShadeInteractor.kt67 val shadeMode: StateFlow<ShadeMode> in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/startable/
H A DShadeStartableTest.kt95 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 DShadeSceneContentViewModelTest.kt140 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 DNotificationLockscreenScrim.kt50 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/
DNotificationLockscreenScrimViewModel.java28 …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 DMediaInRowInLandscapeViewModelTest.kt89 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/
DShadeModeInteractorEmptyImpl.java15 …linx.coroutines.flow.StateFlow<com.android.systemui.shade.shared.model.ShadeMode> shadeMode = null; field in ShadeModeInteractorEmptyImpl
DShadeModeInteractorImpl.java19 …linx.coroutines.flow.StateFlow<com.android.systemui.shade.shared.model.ShadeMode> shadeMode = null; field in ShadeModeInteractorImpl
DShadeInteractorEmptyImpl.java57 …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/
DNotificationLockscreenScrimKt.java26 ….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 DGridLayoutTypeInteractor.kt35 shadeModeInteractor.shadeMode.flatMapLatest { shadeMode -> in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/viewmodel/
H A DGoneUserActionsViewModel.kt34 shadeInteractor.shadeMode.collect { shadeMode -> in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
H A DShadeUserActionsViewModel.kt56 ) { shadeMode, isCustomizerShowing, backScene -> in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
H A DCommunalUserActionsViewModel.kt55 ) { isDeviceUnlocked, shadeMode -> in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ui/viewmodel/
H A DDreamUserActionsViewModel.kt57 ) { isDeviceUnlocked, isCommunalAvailable, shadeMode -> in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenUserActionsViewModel.kt63 ) { 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/
DShadeSceneContentViewModel.java52 …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 DQuickSettingsSceneContentViewModel.kt72 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 DShadeScene.kt213 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 DNotificationLockscreenScrimViewModel.kt57 val shadeMode: StateFlow<ShadeMode> = shadeInteractor.shadeMode in <lambda>() constant

12