Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java119 public default boolean isLeavebehind() { in isLeavebehind() method
259 if ((mGutsContent.isLeavebehind() && leavebehinds) in closeControls()
260 || (!mGutsContent.isLeavebehind() && controls)) { in closeControls()
426 public boolean isLeavebehind() { in isLeavebehind() method in NotificationGuts
427 return mGutsContent != null && mGutsContent.isLeavebehind(); in isLeavebehind()
DNotificationSnooze.java486 public boolean isLeavebehind() { in isLeavebehind() method in NotificationSnooze
DExpandableNotificationRow.java3063 return (mGuts != null && mGuts.isLeavebehind());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DGutsCoordinatorLogger.kt19 bool1 = guts.isLeavebehind in logGutsOpened()
DGutsCoordinator.kt102 if (guts.isLeavebehind) { in onGutsOpen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1647 if (guts != null && !guts.getGutsContent().isLeavebehind()) {