Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java93 public default boolean isLeavebehind() { in isLeavebehind() method
219 if ((mGutsContent.isLeavebehind() && leavebehinds) in closeControls()
220 || (!mGutsContent.isLeavebehind() && controls)) { in closeControls()
393 public boolean isLeavebehind() { in isLeavebehind() method in NotificationGuts
394 return mGutsContent != null && mGutsContent.isLeavebehind(); in isLeavebehind()
DNotificationSnooze.java430 public boolean isLeavebehind() { in isLeavebehind() method in NotificationSnooze
DNotificationEntryManager.java553 && entry.row.getGuts() != null && !entry.row.getGuts().isLeavebehind()) { in removeNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4806 if (guts != null && !guts.getGutsContent().isLeavebehind()) {