Home
last modified time | relevance | path

Searched refs:liveContentKeys (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt412 val liveContentKeys = remember { mutableListOf<String>() } in ScrollOnUpdatedLiveContentEffect() constant
415 val prevLiveContentKeys = liveContentKeys.toList() in ScrollOnUpdatedLiveContentEffect()
416 liveContentKeys.clear() in ScrollOnUpdatedLiveContentEffect()
417 liveContentKeys.addAll(communalContent.filter { it.isLiveContent() }.map { it.key }) in ScrollOnUpdatedLiveContentEffect()
421 liveContentKeys.indexOfFirst { !prevLiveContentKeys.contains(it) } in ScrollOnUpdatedLiveContentEffect()