/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | GlanceableHubToPrimaryBouncerTransitionViewModelTest.kt | 114 val isIdleOnCommunal by collectLastValue(communalInteractor.isIdleOnCommunal) in <lambda>() constant 134 val isIdleOnCommunal by collectLastValue(communalInteractor.isIdleOnCommunal) in <lambda>() constant 153 val isIdleOnCommunal by collectLastValue(communalInteractor.isIdleOnCommunal) in <lambda>() constant 171 val isIdleOnCommunal by collectLastValue(communalInteractor.isIdleOnCommunal) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalSceneInteractorTest.kt | 253 fun isIdleOnCommunal() = in isIdleOnCommunal() method 256 val isIdleOnCommunal by collectLastValue(underTest.isIdleOnCommunal) in isIdleOnCommunal() constant 459 val isIdleOnCommunal by collectLastValue(underTest.isIdleOnCommunal) in isIdleOnCommunal_sceneContainerEnabled() constant
|
D | CommunalInteractorTest.kt | 616 fun isIdleOnCommunal() = in <lambda>() method 625 val isIdleOnCommunal by collectLastValue(underTest.isIdleOnCommunal) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | FromPrimaryBouncerTransitionInteractor.kt | 120 .collect { (_, isAwake, isIdleOnCommunal) -> in <lambda>() method 145 .collect { (_, isAwake, isDreaming, isIdleOnCommunal) -> in <lambda>() method 210 .collect { isIdleOnCommunal -> in <lambda>() method
|
D | FromOccludedTransitionInteractor.kt | 104 .collect { (_, isIdleOnCommunal, showCommunalFromOccluded, dreamFromOccluded) -> in <lambda>() method 124 .collect { (_, _, isIdleOnCommunal, showCommunalFromOccluded, dreamFromOccluded) in <lambda>() method
|
D | FromAlternateBouncerTransitionInteractor.kt | 128 .collect { (_, _, isAwake, isAodAvailable, isIdleOnCommunal, isDreaming, isOccluded) in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/ |
D | OccludingAppDeviceEntryInteractor.kt | 77 .map { (currentState, isIdleOnCommunal) -> in <lambda>() method 94 isIdleOnCommunal -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/ |
D | ScrimStartable.kt | 124 val isIdleOnCommunal = transitionState.isIdle(Scenes.Communal) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalSceneInteractor.kt | 283 val isIdleOnCommunal: StateFlow<Boolean> = in <lambda>() constant in com.android.systemui.communal.domain.interactor.CommunalSceneInteractor
|
D | CommunalInteractor.kt | 345 val isIdleOnCommunal: StateFlow<Boolean> = communalSceneInteractor.isIdleOnCommunal in <lambda>() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/ |
D | ScrimStartableTest.kt | 326 val isIdleOnCommunal: Boolean = false, in <lambda>() constant in com.android.systemui.scene.domain.startable.ScrimStartableTest.Preconditions
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/ |
D | CommunalEditModeViewModel.kt | 205 val isIdleOnCommunal: StateFlow<Boolean> = communalInteractor.isIdleOnCommunal in <lambda>() constant
|
D | CommunalViewModel.kt | 212 ) { transitionedToGlanceableHub, isIdleOnCommunal, isAnyFullyExpanded -> in <lambda>() method
|