Home
last modified time | relevance | path

Searched refs:bouncerToGoneFlows (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DAlternateBouncerToGoneTransitionViewModelKosmos.kt29 bouncerToGoneFlows = bouncerToGoneFlows, in <lambda>()
DPrimaryBouncerToGoneTransitionViewModelKosmos.kt34 bouncerToGoneFlows = bouncerToGoneFlows, in <lambda>()
DBouncerToGoneFlowsKosmos.kt30 val Kosmos.bouncerToGoneFlows by Fixture { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DAlternateBouncerToGoneTransitionViewModel.kt44 bouncerToGoneFlows: BouncerToGoneFlows,
91 bouncerToGoneFlows.showAllNotifications(TO_GONE_DURATION, ALTERNATE_BOUNCER)
95 bouncerToGoneFlows.scrimAlpha(TO_GONE_DURATION, ALTERNATE_BOUNCER)
DPrimaryBouncerToGoneTransitionViewModel.kt50 bouncerToGoneFlows: BouncerToGoneFlows,
68 bouncerToGoneFlows.showAllNotifications(TO_GONE_DURATION, PRIMARY_BOUNCER)
141 bouncerToGoneFlows.scrimAlpha(TO_GONE_DURATION, PRIMARY_BOUNCER)
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DBouncerToGoneFlowsTest.kt86 underTest = kosmos.bouncerToGoneFlows in setUp()