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.java87 } else if (row.isSummaryWithChildren() && row.areChildrenExpanded()) { in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java725 public boolean areChildrenExpanded() { in areChildrenExpanded() method in NotificationEntry
726 return row != null && row.areChildrenExpanded(); in areChildrenExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java195 if (row.isChildInGroup() && !row.areChildrenExpanded()) { in onMakeExpandedVisibleForRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java463 public boolean areChildrenExpanded() { in areChildrenExpanded() method in ExpandableView
DExpandableNotificationRow.java1017 public boolean areChildrenExpanded() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java427 && (!underFocus.isSummaryWithChildren() || underFocus.areChildrenExpanded()); in isFullyExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java604 if (parent != null && parent.areChildrenExpanded()
DNotificationStackScrollLayout.java2400 if (row.isSummaryWithChildren() && row.areChildrenExpanded()) {
5295 && parent.areChildrenExpanded(); in areChildrenVisible()