/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalSceneInteractorTest.kt | 202 fun isIdleOnCommunal() = in isIdleOnCommunal() method 205 val isIdleOnCommunal by collectLastValue(underTest.isIdleOnCommunal) in isIdleOnCommunal() constant
|
D | CommunalInteractorTest.kt | 734 fun isIdleOnCommunal() = in <lambda>() method 743 val isIdleOnCommunal by collectLastValue(underTest.isIdleOnCommunal) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | FromDozingTransitionInteractor.kt | 130 isIdleOnCommunal, in <lambda>() method 170 isIdleOnCommunal, in <lambda>() method
|
D | FromOccludedTransitionInteractor.kt | 98 .collect { (_, isIdleOnCommunal, showCommunalFromOccluded, dreamFromOccluded) -> in <lambda>() method 118 .collect { (_, _, isIdleOnCommunal, showCommunalFromOccluded, dreamFromOccluded) in <lambda>() method
|
D | FromGoneTransitionInteractor.kt | 91 .collect { (_, isIdleOnCommunal) -> in <lambda>() method 121 .collect { (_, isIdleOnCommunal) -> in <lambda>() method
|
D | FromPrimaryBouncerTransitionInteractor.kt | 120 (isBouncerShowing, isAwake, isActiveDreamLockscreenHosted, isIdleOnCommunal) in <lambda>() method 152 .collect { (_, _, occluded, isDreaming, _, isIdleOnCommunal) -> in <lambda>() method
|
D | FromAlternateBouncerTransitionInteractor.kt | 131 isIdleOnCommunal, in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/ |
D | ScrimStartable.kt | 128 val isIdleOnCommunal = transitionState.isIdle(Scenes.Communal) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalSceneInteractor.kt | 131 val isIdleOnCommunal: StateFlow<Boolean> = in <lambda>() constant in com.android.systemui.communal.domain.interactor.CommunalSceneInteractor
|
D | CommunalInteractor.kt | 280 val isIdleOnCommunal: StateFlow<Boolean> = communalSceneInteractor.isIdleOnCommunal in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/ |
D | CommunalEditModeViewModel.kt | 123 val isIdleOnCommunal: StateFlow<Boolean> = communalInteractor.isIdleOnCommunal in <lambda>() constant
|
D | CommunalViewModel.kt | 176 ) { transitionedToGlanceableHub, isIdleOnCommunal, isAnyFullyExpanded -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/ |
D | ScrimStartableTest.kt | 368 val isIdleOnCommunal: Boolean = false, in <lambda>() constant in com.android.systemui.scene.domain.startable.ScrimStartableTest.Preconditions
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | KeyguardRootViewModel.kt | 216 ) { isIdleOnCommunal, isGone, isOccluded, isDreaming -> in <lambda>() method
|