Searched defs:isLeavebehind (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java114 public default boolean isLeavebehind() { method in interface:NotificationGuts.GutsContent
217 if (mGutsContent.isLeavebehind() && leavebehinds) {
219 } else if (!mGutsContent.isLeavebehind() && controls) {
333 public boolean isLeavebehind() { method in class:NotificationGuts
334 return mGutsContent != null && mGutsContent.isLeavebehind();
H A DNotificationSnooze.java446 public boolean isLeavebehind() { method in class:NotificationSnooze

Completed in 128 milliseconds