Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java708 public boolean keepInParent() { in keepInParent() method in NotificationEntry
709 return row != null && row.keepInParent(); in keepInParent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java473 if (toEntry.getRow().keepInParent() in tryTransferAlertState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java405 && !childRow.keepInParent()) { in removeNotificationChildren()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1319 if (row.keepInParent()) {
1345 public boolean keepInParent() {
1349 public void setKeepInParent(boolean keepInParent) {
1350 mKeepInParent = keepInParent;