Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGutsCoordinatorTest.kt79 notifGutsViewListener.onGutsOpen(entry1, mock(NotificationGuts::class.java))
89 notifGutsViewListener.onGutsOpen(entry1, mock(NotificationGuts::class.java))
91 notifGutsViewListener.onGutsOpen(entry1, mock(NotificationGuts::class.java))
102 notifGutsViewListener.onGutsOpen(entry1, mock(NotificationGuts::class.java))
105 notifGutsViewListener.onGutsOpen(entry2, mock(NotificationGuts::class.java))
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNotifGutsViewListener.kt26 fun onGutsOpen(entry: NotificationEntry, guts: NotificationGuts) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DGutsCoordinator.kt101 override fun onGutsOpen(entry: NotificationEntry, guts: NotificationGuts) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java659 mGutsListener.onGutsOpen(row.getEntry(), guts); in openGutsInternal()