Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
DActiveNotificationListRepository.kt63 val renderList: List<Key> = emptyList(), constant in com.android.systemui.statusbar.notification.data.repository.ActiveNotificationsStore
89 private val renderList = mutableListOf<Key>() constant