Home
last modified time | relevance | path

Searched defs:isCommunalVisible (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalSceneInteractorTest.kt229 fun isCommunalVisible() = in isCommunalVisible() method
232 val isCommunalVisible by collectLastValue(underTest.isCommunalVisible) in isCommunalVisible() constant
DCommunalInteractorTest.kt771 fun isCommunalVisible() = in <lambda>() method
780 val isCommunalVisible by collectLastValue(underTest.isCommunalVisible) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalSceneInteractor.kt147 val isCommunalVisible: Flow<Boolean> = in <lambda>() constant in com.android.systemui.communal.domain.interactor.CommunalSceneInteractor
DCommunalInteractor.kt290 val isCommunalVisible: Flow<Boolean> = communalSceneInteractor.isCommunalVisible in <lambda>() constant