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.java718 public boolean keepInParent() { in keepInParent() method in NotificationEntry
719 return row != null && row.keepInParent(); in keepInParent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java291 if (child.getRow().keepInParent() in handleSuppressedSummaryAlerted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java385 && !childRow.keepInParent()) { in removeNotificationChildren()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1314 if (row.keepInParent()) {
1355 public boolean keepInParent() {
1359 public void setKeepInParent(boolean keepInParent) {
1360 mKeepInParent = keepInParent;