Home
last modified time | relevance | path

Searched refs:isSummaryWithChildren (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java310 if (mView.isSummaryWithChildren()) { in init()
417 if (mView.isSummaryWithChildren()) { in setUntruncatedChildCount()
426 if (mView.isSummaryWithChildren()) { in setNotificationGroupWhen()
DExpandableView.java459 public boolean isSummaryWithChildren() { in isSummaryWithChildren() method in ExpandableView
679 if (row.isSummaryWithChildren() && children != null) { in resetViewState()
DExpandableOutlineView.java335 } else if (isSummaryWithChildren()) { in needsOutline()
DExpandableNotificationRow.java886 if (isSummaryWithChildren()) {
1012 public boolean isSummaryWithChildren() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java131 if (notificationChildren == null || !mRow.isSummaryWithChildren()) { in updateChildrenAppearance()
159 if (row.isSummaryWithChildren()) { in sanitizeTopLineViews()
289 if (row.isSummaryWithChildren()) { in apply()
/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.java738 public boolean isSummaryWithChildren() { in isSummaryWithChildren() method in NotificationEntry
739 return row != null && row.isSummaryWithChildren(); in isSummaryWithChildren()
1018 if (isSummaryWithChildren()) { in getNotificationStyle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java337 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor; in getCustomBackgroundColor()
DNotificationHeaderViewWrapper.java186 mTransformLowPriorityTitle = !row.isChildInGroup() && !row.isSummaryWithChildren(); in onContentUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java427 && (!underFocus.isSummaryWithChildren() || underFocus.areChildrenExpanded()); in isFullyExpanded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java282 assertTrue(group.isSummaryWithChildren()); in testGroupSummaryNotShowingIconWhenPublic()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java456 if (row.isSummaryWithChildren() && children != null) { in initAlgorithmState()
DNotificationStackScrollLayout.java2400 if (row.isSummaryWithChildren() && row.areChildrenExpanded()) {
4246 if (row.isSummaryWithChildren()) { in updateScrollPositionOnExpandInBottom()
4313 if (row.isSummaryWithChildren()) { in clearHeadsUpDisappearRunning()