Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsTest.kt90 verify(gutsClosedListener).onGutsClosed(guts) in closeControlsWithSave()
101 verify(gutsClosedListener).onGutsClosed(guts) in closeControlsWithoutSave()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java146 public void onGutsClosed(NotificationGuts guts); in onGutsClosed() method
294 mClosedListener.onGutsClosed(this); in closeControls()
306 mClosedListener.onGutsClosed(this); in closeControls()
DNotificationGutsManager.java291 row.onGutsClosed(); in bindGuts()
DExpandableNotificationRow.java2217 void onGutsClosed() {