Home
last modified time | relevance | path

Searched refs:setClosedListener (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsTest.kt85 guts.setClosedListener(gutsClosedListener) in closeControlsWithSave()
96 guts.setClosedListener(gutsClosedListener) in closeControlsWithoutSave()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java385 public void setClosedListener(OnGutsClosedListener listener) { in setClosedListener() method in NotificationGuts
DNotificationGutsManager.java290 row.getGuts().setClosedListener((NotificationGuts g) -> { in bindGuts()