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.java740 public void setKeepInParent(boolean keep) { in setKeepInParent() method in NotificationEntry
741 if (row != null) row.setKeepInParent(keep); in setKeepInParent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java548 childEntry.setKeepInParent(true); in handleGroupSummaryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java1359 public void setKeepInParent(boolean keepInParent) {