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.java80 } else if (row.isSummaryWithChildren() && row.areChildrenExpanded()) { in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java714 public boolean areChildrenExpanded() { in areChildrenExpanded() method in NotificationEntry
715 return row != null && row.areChildrenExpanded(); in areChildrenExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java183 if (row.isChildInGroup() && !row.areChildrenExpanded()) { in onMakeExpandedVisibleForRemoteInput()
DNotificationGroupManager.java206 group.expanded = added.areChildrenExpanded(); in onEntryAddedInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java433 public boolean areChildrenExpanded() { in areChildrenExpanded() method in ExpandableView
DExpandableNotificationRow.java900 public boolean areChildrenExpanded() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java406 && (!underFocus.isSummaryWithChildren() || underFocus.areChildrenExpanded()); in isFullyExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2406 if (row.isSummaryWithChildren() && row.areChildrenExpanded()) {
5678 if (parentVisible && row.areChildrenExpanded()) {
6478 if (parent != null && parent.areChildrenExpanded()