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/notification/row/
DNotificationGuts.java94 public default boolean isLeavebehind() { in isLeavebehind() method
225 if ((mGutsContent.isLeavebehind() && leavebehinds) in closeControls()
226 || (!mGutsContent.isLeavebehind() && controls)) { in closeControls()
402 public boolean isLeavebehind() { in isLeavebehind() method in NotificationGuts
403 return mGutsContent != null && mGutsContent.isLeavebehind(); in isLeavebehind()
DNotificationSnooze.java434 public boolean isLeavebehind() { in isLeavebehind() method in NotificationSnooze
DNotificationGutsManager.java491 && !mNotificationGutsExposed.isLeavebehind()); in shouldExtendLifetime()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4246 if (guts != null && !guts.getGutsContent().isLeavebehind()) {