Searched refs:HeadsUpRowKey (Results 1 – 5 of 5) sorted by relevance
27 import com.android.systemui.statusbar.notification.shared.HeadsUpRowKey in <lambda>()46 val topHeadsUpRow: Flow<HeadsUpRowKey?> = headsUpRepository.topHeadsUpRow in <lambda>()49 val pinnedHeadsUpRows: Flow<Set<HeadsUpRowKey>> = in <lambda>()102 fun headsUpRow(key: HeadsUpRowKey): HeadsUpRowInteractor = in <lambda>()104 fun elementKeyFor(key: HeadsUpRowKey) = (key as HeadsUpRowRepository).elementKey in <lambda>()
19 import com.android.systemui.statusbar.notification.shared.HeadsUpRowKey23 interface HeadsUpRowRepository : HeadsUpRowKey {
20 import com.android.systemui.statusbar.notification.shared.HeadsUpRowKey in <lambda>()37 var previousKeys = emptySet<HeadsUpRowKey>() in <lambda>()73 private fun obtainView(key: HeadsUpRowKey): ExpandableNotificationRow { in <lambda>()
28 import com.android.systemui.statusbar.notification.shared.HeadsUpRowKey in <lambda>()258 val topHeadsUpRow: Flow<HeadsUpRowKey?> by lazy { in <lambda>()266 val pinnedHeadsUpRows: Flow<Set<HeadsUpRowKey>> by lazy { in <lambda>()297 fun headsUpRow(key: HeadsUpRowKey): HeadsUpRowViewModel = in <lambda>()300 fun elementKeyFor(key: HeadsUpRowKey): Any = headsUpNotificationInteractor.elementKeyFor(key) in <lambda>()
24 interface HeadsUpRowKey interface