Searched defs:isCommunalVisible (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ | ||
D | CommunalSceneInteractorTest.kt | 229 fun isCommunalVisible() = in isCommunalVisible() method in com.android.systemui.communal.domain.interactor.CommunalSceneInteractorTest |
D | CommunalInteractorTest.kt | 771 fun isCommunalVisible() = in <lambda>() method |
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/ | ||
D | CommunalSceneInteractor.kt | 147 val isCommunalVisible: Flow<Boolean> = in <lambda>() constant in com.android.systemui.communal.domain.interactor.CommunalSceneInteractor |
D | CommunalInteractor.kt | 290 val isCommunalVisible: Flow<Boolean> = communalSceneInteractor.isCommunalVisible in <lambda>() constant |