Loading packages/SystemUI/src/com/android/systemui/scene/domain/interactor/SceneInteractor.kt +0 −8 Original line number Diff line number Diff line Loading @@ -704,14 +704,6 @@ constructor( } } /** Returns a flow indicating if the currently visible scene can be resolved from [family]. */ fun isCurrentSceneInFamily(family: SceneKey): Flow<Boolean> = currentScene.map { currentScene -> isSceneInFamily(currentScene, family) } /** Returns `true` if [scene] can be resolved from [family]. */ fun isSceneInFamily(scene: SceneKey, family: SceneKey): Boolean = sceneFamilyResolvers.get()[family]?.includesScene(scene) == true /** * Returns a filtered version of [unfiltered], without action-result entries that would navigate * to disabled scenes. Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/NotificationScrollViewModel.kt +0 −3 Original line number Diff line number Diff line Loading @@ -249,9 +249,6 @@ constructor( /** The alpha of the Notification Stack for lockscreen fade-in */ val alphaForLockscreenFadeIn = stackAppearanceInteractor.alphaForLockscreenFadeIn private operator fun SceneKey.contains(scene: SceneKey) = sceneInteractor.isSceneInFamily(scene, this) private val qsAllowsClipping: Flow<Boolean> = combine(shadeModeInteractor.shadeMode, shadeInteractor.qsExpansion) { shadeMode, qsExpansion -> Loading Loading
packages/SystemUI/src/com/android/systemui/scene/domain/interactor/SceneInteractor.kt +0 −8 Original line number Diff line number Diff line Loading @@ -704,14 +704,6 @@ constructor( } } /** Returns a flow indicating if the currently visible scene can be resolved from [family]. */ fun isCurrentSceneInFamily(family: SceneKey): Flow<Boolean> = currentScene.map { currentScene -> isSceneInFamily(currentScene, family) } /** Returns `true` if [scene] can be resolved from [family]. */ fun isSceneInFamily(scene: SceneKey, family: SceneKey): Boolean = sceneFamilyResolvers.get()[family]?.includesScene(scene) == true /** * Returns a filtered version of [unfiltered], without action-result entries that would navigate * to disabled scenes. Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/NotificationScrollViewModel.kt +0 −3 Original line number Diff line number Diff line Loading @@ -249,9 +249,6 @@ constructor( /** The alpha of the Notification Stack for lockscreen fade-in */ val alphaForLockscreenFadeIn = stackAppearanceInteractor.alphaForLockscreenFadeIn private operator fun SceneKey.contains(scene: SceneKey) = sceneInteractor.isSceneInFamily(scene, this) private val qsAllowsClipping: Flow<Boolean> = combine(shadeModeInteractor.shadeMode, shadeInteractor.qsExpansion) { shadeMode, qsExpansion -> Loading