Searched refs:isSceneInFamily (Results 1 – 2 of 2) sorted by relevance
111 sceneInteractor.isSceneInFamily(scene, this) in <lambda>()164 sceneInteractor.isSceneInFamily(it, SceneFamilies.NotifShade) || it == Scenes.Lockscreen in <lambda>()
388 currentScene.map { currentScene -> isSceneInFamily(currentScene, family) } in <lambda>()391 fun isSceneInFamily(scene: SceneKey, family: SceneKey): Boolean = in <lambda>() method