Home
last modified time | relevance | path

Searched refs:areChildrenExpanded (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java71 } else if (row.isSummaryWithChildren() && row.areChildrenExpanded()) { in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java645 public boolean areChildrenExpanded() { in areChildrenExpanded() method in NotificationEntry
646 return row != null && row.areChildrenExpanded(); in areChildrenExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java171 if (row.isChildInGroup() && !row.areChildrenExpanded()) { in onMakeExpandedVisibleForRemoteInput()
DNotificationGroupManager.java174 group.expanded = added.areChildrenExpanded(); in onEntryAdded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java383 public boolean areChildrenExpanded() { in areChildrenExpanded() method in ExpandableView
DExpandableNotificationRow.java877 public boolean areChildrenExpanded() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java396 && (!underFocus.isSummaryWithChildren() || underFocus.areChildrenExpanded()); in isFullyExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2317 if (row.isSummaryWithChildren() && row.areChildrenExpanded()) {
5494 if (parentVisible && row.areChildrenExpanded()) {
6280 if (parent != null && parent.areChildrenExpanded()