/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/ |
D | KeyguardState.kt | 73 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/ |
D | KeyguardTransitionScenariosTest.kt | 639 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/ |
D | CommunalDreamStartableTest.kt | 84 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()
|
D | CommunalSceneStartableTest.kt | 162 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/ |
D | CommunalViewModelTest.kt | 437 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/ |
D | OccludedToGlanceableHubTransitionViewModel.kt | 22 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB 43 .setupWithoutSceneContainer(edge = Edge.create(OCCLUDED, GLANCEABLE_HUB))
|
D | GlanceableHubToOccludedTransitionViewModel.kt | 22 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB 43 .setupWithoutSceneContainer(edge = Edge.create(from = GLANCEABLE_HUB, to = OCCLUDED))
|
D | GoneToGlanceableHubTransitionViewModel.kt | 22 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB 41 .setupWithoutSceneContainer(edge = Edge.create(GONE, GLANCEABLE_HUB))
|
D | DreamingToGlanceableHubTransitionViewModel.kt | 24 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB in <lambda>() 52 edge = Edge.create(from = DREAMING, to = GLANCEABLE_HUB), in <lambda>()
|
D | LockscreenToGlanceableHubTransitionViewModel.kt | 24 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB in <lambda>() 57 edge = Edge.create(from = LOCKSCREEN, to = GLANCEABLE_HUB), in <lambda>()
|
D | GlanceableHubToLockscreenTransitionViewModel.kt | 24 import com.android.systemui.keyguard.shared.model.KeyguardState.GLANCEABLE_HUB in <lambda>() 57 edge = Edge.create(from = GLANCEABLE_HUB, to = LOCKSCREEN), in <lambda>()
|
D | GlanceableHubToDreamingTransitionViewModel.kt | 24 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/ |
D | AccessibilityActionsViewModelTest.kt | 100 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/ |
D | FromGoneTransitionInteractor.kt | 94 KeyguardState.GLANCEABLE_HUB in <lambda>() 124 KeyguardState.GLANCEABLE_HUB in <lambda>() 172 KeyguardState.GLANCEABLE_HUB -> TO_GLANCEABLE_HUB_DURATION in <lambda>()
|
D | FromGlanceableHubTransitionInteractor.kt | 58 fromState = KeyguardState.GLANCEABLE_HUB, in <lambda>() 109 fromState = KeyguardState.GLANCEABLE_HUB, in <lambda>()
|
D | FromOccludedTransitionInteractor.kt | 140 startTransitionTo(KeyguardState.GLANCEABLE_HUB) in <lambda>() 194 KeyguardState.GLANCEABLE_HUB -> TO_GLANCEABLE_HUB_DURATION in <lambda>()
|
D | FromDozingTransitionInteractor.kt | 143 KeyguardState.GLANCEABLE_HUB in <lambda>() 190 KeyguardState.GLANCEABLE_HUB in <lambda>()
|
D | FromDreamingTransitionInteractor.kt | 99 toState = KeyguardState.GLANCEABLE_HUB, in <lambda>() 228 KeyguardState.GLANCEABLE_HUB -> TO_GLANCEABLE_HUB_DURATION in <lambda>()
|
D | FromPrimaryBouncerTransitionInteractor.kt | 130 KeyguardState.GLANCEABLE_HUB in <lambda>() 157 KeyguardState.GLANCEABLE_HUB in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | BuiltInKeyguardQuickAffordanceKeys.kt | 32 const val GLANCEABLE_HUB = "glanceable_hub" constant
|
D | GlanceableHubQuickAffordanceConfig.kt | 40 override val key: String = BuiltInKeyguardQuickAffordanceKeys.GLANCEABLE_HUB
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/viewmodel/ |
D | CommunalTransitionViewModelTest.kt | 122 to = KeyguardState.GLANCEABLE_HUB, in enterCommunal() 131 from = KeyguardState.GLANCEABLE_HUB, in exitCommunal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/ |
D | CommunalTransitionViewModel.kt | 68 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/ |
D | MediaHierarchyManagerTest.kt | 500 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/ |
D | SharedNotificationContainerViewModelTest.kt | 341 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>()
|