Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGutsCoordinatorTest.kt84 notifGutsViewListener.onGutsClose(entry1) in testSimpleLifetimeExtension()
96 notifGutsViewListener.onGutsClose(entry1) in testDoubleOpenLifetimeExtension()
111 notifGutsViewListener.onGutsClose(entry1) in testTwoEntryLifetimeExtension()
115 notifGutsViewListener.onGutsClose(entry2) in testTwoEntryLifetimeExtension()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNotifGutsViewListener.kt29 fun onGutsClose(entry: NotificationEntry) method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGutsCoordinator.kt110 override fun onGutsClose(entry: NotificationEntry) { in onGutsClose() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java301 mGutsListener.onGutsClose(entry); in bindGuts()