Home
last modified time | relevance | path

Searched refs:GLANCEABLE_HUB (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DKeyguardState.kt73 GLANCEABLE_HUB,
100 GLANCEABLE_HUB, in mapToSceneContainerState()
117 GLANCEABLE_HUB -> Scenes.Communal in mapToSceneContainerScene()
147 GLANCEABLE_HUB -> true in deviceIsAwakeInState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardTransitionScenariosTest.kt639 runTransitionAndSetWakefulness(KeyguardState.GLANCEABLE_HUB, KeyguardState.DOZING) in dozingToGlanceableHub()
657 to = KeyguardState.GLANCEABLE_HUB, in dozingToGlanceableHub()
789 to = KeyguardState.GLANCEABLE_HUB, in goneToGlanceableHub()
968 to = KeyguardState.GLANCEABLE_HUB, in alternateBouncerToGlanceableHub()
1084 to = KeyguardState.GLANCEABLE_HUB, in primaryBouncerToGlanceableHub()
1120 to = KeyguardState.GLANCEABLE_HUB, in primaryBouncerToGlanceableHubWhileDreaming()
1234 runTransitionAndSetWakefulness(KeyguardState.GLANCEABLE_HUB, KeyguardState.OCCLUDED) in occludedToGlanceableHub()
1247 to = KeyguardState.GLANCEABLE_HUB, in occludedToGlanceableHub()
1264 runTransitionAndSetWakefulness(KeyguardState.GLANCEABLE_HUB, KeyguardState.OCCLUDED) in occludedToGlanceableHubWhenInitiallyOnHub()
1285 to = KeyguardState.GLANCEABLE_HUB, in occludedToGlanceableHubWhenInitiallyOnHub()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/
DCommunalDreamStartableTest.kt84 transition(from = KeyguardState.DREAMING, to = KeyguardState.GLANCEABLE_HUB) in startDreamWhenTransitioningToHub()
122 transition(from = KeyguardState.DREAMING, to = KeyguardState.GLANCEABLE_HUB) in shouldNotStartDreamWhenIneligibleToDream()
133 transition(from = KeyguardState.DREAMING, to = KeyguardState.GLANCEABLE_HUB) in shouldNotStartDreamIfAlreadyDreaming()
147 if (state == KeyguardState.GLANCEABLE_HUB) continue in shouldNotStartDreamForInvalidTransition()
148 transition(from = KeyguardState.GLANCEABLE_HUB, to = state) in shouldNotStartDreamForInvalidTransition()
DCommunalSceneStartableTest.kt162 from = KeyguardState.GLANCEABLE_HUB, in occluded_forceBlankScene()
181 from = KeyguardState.GLANCEABLE_HUB, in occluded_doesNotForceBlankSceneIfLaunchingActivityOverLockscreen()
198 from = KeyguardState.GLANCEABLE_HUB, in deviceDocked_doesNotForceCommunalIfTransitioningFromCommunal()
215 from = KeyguardState.GLANCEABLE_HUB, in deviceAsleep_forceBlankSceneAfterTimeout()
236 from = KeyguardState.GLANCEABLE_HUB, in deviceAsleep_wakesUpBeforeTimeout_noChangeInScene()
246 to = KeyguardState.GLANCEABLE_HUB, in deviceAsleep_wakesUpBeforeTimeout_noChangeInScene()
265 from = KeyguardState.GLANCEABLE_HUB, in dockingOnLockscreen_forcesCommunal()
287 from = KeyguardState.GLANCEABLE_HUB, in dockingOnLockscreen_doesNotForceCommunalIfDreamStarts()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/
DCommunalViewModelTest.kt437 from = KeyguardState.GLANCEABLE_HUB, in <lambda>()
444 from = KeyguardState.GLANCEABLE_HUB, in <lambda>()
453 from = KeyguardState.GLANCEABLE_HUB, in <lambda>()
468 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
492 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
513 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
541 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
557 from = KeyguardState.GLANCEABLE_HUB, in <lambda>()
579 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
593 from = KeyguardState.GLANCEABLE_HUB, in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DOccludedToGlanceableHubTransitionViewModel.kt22 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB
43 .setupWithoutSceneContainer(edge = Edge.create(OCCLUDED, GLANCEABLE_HUB))
DGlanceableHubToOccludedTransitionViewModel.kt22 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB
43 .setupWithoutSceneContainer(edge = Edge.create(from = GLANCEABLE_HUB, to = OCCLUDED))
DGoneToGlanceableHubTransitionViewModel.kt22 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB
41 .setupWithoutSceneContainer(edge = Edge.create(GONE, GLANCEABLE_HUB))
DDreamingToGlanceableHubTransitionViewModel.kt24 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB in <lambda>()
52 edge = Edge.create(from = DREAMING, to = GLANCEABLE_HUB), in <lambda>()
DLockscreenToGlanceableHubTransitionViewModel.kt24 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB in <lambda>()
57 edge = Edge.create(from = LOCKSCREEN, to = GLANCEABLE_HUB), in <lambda>()
DGlanceableHubToLockscreenTransitionViewModel.kt24 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB in <lambda>()
57 edge = Edge.create(from = GLANCEABLE_HUB, to = LOCKSCREEN), in <lambda>()
DGlanceableHubToDreamingTransitionViewModel.kt24 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB in <lambda>()
53 edge = Edge.create(from = GLANCEABLE_HUB, to = DREAMING), in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DAccessibilityActionsViewModelTest.kt100 from = KeyguardState.GLANCEABLE_HUB, in isOnKeyguard_isFalse_whenTransitioningToLockscreenIsRunning()
108 from = KeyguardState.GLANCEABLE_HUB, in isOnKeyguard_isFalse_whenTransitioningToLockscreenIsRunning()
117 from = KeyguardState.GLANCEABLE_HUB, in isOnKeyguard_isFalse_whenTransitioningToLockscreenIsRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DFromGoneTransitionInteractor.kt94 KeyguardState.GLANCEABLE_HUB in <lambda>()
124 KeyguardState.GLANCEABLE_HUB in <lambda>()
172 KeyguardState.GLANCEABLE_HUB -> TO_GLANCEABLE_HUB_DURATION in <lambda>()
DFromGlanceableHubTransitionInteractor.kt58 fromState = KeyguardState.GLANCEABLE_HUB, in <lambda>()
109 fromState = KeyguardState.GLANCEABLE_HUB, in <lambda>()
DFromOccludedTransitionInteractor.kt140 startTransitionTo(KeyguardState.GLANCEABLE_HUB) in <lambda>()
194 KeyguardState.GLANCEABLE_HUB -> TO_GLANCEABLE_HUB_DURATION in <lambda>()
DFromDozingTransitionInteractor.kt143 KeyguardState.GLANCEABLE_HUB in <lambda>()
190 KeyguardState.GLANCEABLE_HUB in <lambda>()
DFromDreamingTransitionInteractor.kt99 toState = KeyguardState.GLANCEABLE_HUB, in <lambda>()
228 KeyguardState.GLANCEABLE_HUB -> TO_GLANCEABLE_HUB_DURATION in <lambda>()
DFromPrimaryBouncerTransitionInteractor.kt130 KeyguardState.GLANCEABLE_HUB in <lambda>()
157 KeyguardState.GLANCEABLE_HUB in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DBuiltInKeyguardQuickAffordanceKeys.kt32 const val GLANCEABLE_HUB = "glanceable_hub" constant
DGlanceableHubQuickAffordanceConfig.kt40 override val key: String = BuiltInKeyguardQuickAffordanceKeys.GLANCEABLE_HUB
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/viewmodel/
DCommunalTransitionViewModelTest.kt122 to = KeyguardState.GLANCEABLE_HUB, in enterCommunal()
131 from = KeyguardState.GLANCEABLE_HUB, in exitCommunal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DCommunalTransitionViewModel.kt68 Edge.create(from = KeyguardState.OCCLUDED, to = KeyguardState.GLANCEABLE_HUB) in <lambda>()
80 edgeWithoutSceneContainer = Edge.create(from = KeyguardState.GLANCEABLE_HUB) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManagerTest.kt500 to = KeyguardState.GLANCEABLE_HUB, in isCurrentlyInGuidedTransformation_desiredLocationIsHub_returnsFalse()
546 to = KeyguardState.GLANCEABLE_HUB, in testCommunalLocation()
562 from = KeyguardState.GLANCEABLE_HUB, in testCommunalLocation()
587 to = KeyguardState.GLANCEABLE_HUB, in testCommunalLocation_showsOverLockscreen()
610 to = KeyguardState.GLANCEABLE_HUB, in testCommunalLocation_showsUntilQsExpands()
647 to = KeyguardState.GLANCEABLE_HUB, in testCommunalLocation_whenDreamingAndShadeExpanding()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelTest.kt341 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
350 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
362 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
394 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
403 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
416 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()
524 to = KeyguardState.GLANCEABLE_HUB, in <lambda>()

123