Home
last modified time | relevance | path

Searched refs:setKeepInParent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java671 public void setKeepInParent(boolean keep) { in setKeepInParent() method in NotificationEntry
672 if (row != null) row.setKeepInParent(keep); in setKeepInParent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java374 childEntry.setKeepInParent(true); in handleGroupSummaryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1353 public void setKeepInParent(boolean keepInParent) {