Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationClicker.java88 } else if (row.isSummaryWithChildren() && row.areChildrenExpanded()) { in onClick()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java704 public boolean areChildrenExpanded() { in areChildrenExpanded() method in NotificationEntry
705 return row != null && row.areChildrenExpanded(); in areChildrenExpanded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java192 if (row.isChildInGroup() && !row.areChildrenExpanded()) { in onMakeExpandedVisibleForRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java425 public boolean areChildrenExpanded() { in areChildrenExpanded() method in ExpandableView
H A DExpandableNotificationRow.java901 public boolean areChildrenExpanded() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java406 && (!underFocus.isSummaryWithChildren() || underFocus.areChildrenExpanded()); in isFullyExpanded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java257 group.expanded = added.areChildrenExpanded(); in onEntryAddedInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java503 if (parent != null && parent.areChildrenExpanded()
H A DNotificationStackScrollLayout.java2152 if (row.isSummaryWithChildren() && row.areChildrenExpanded()) {
5060 && parent.areChildrenExpanded(); in isChildrenVisible()