Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java71 } else if (row.isSummaryWithChildren() && row.areChildrenExpanded()) { in onClick()
DNotificationEntryManager.java347 if (entry != null && entry.rowExists() && entry.isSummaryWithChildren()) { in handleGroupSummaryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java395 public boolean isSummaryWithChildren() { in isSummaryWithChildren() method in ExpandableView
562 if (row.isSummaryWithChildren() && children != null) { in resetViewState()
DExpandableOutlineView.java411 } else if (isSummaryWithChildren()) { in needsOutline()
DExpandableNotificationRow.java889 public boolean isSummaryWithChildren() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java207 if (viewToRemove.isSummaryWithChildren()) { in updateNotificationViews()
426 if (row.isSummaryWithChildren()) { in updateRowStatesInternal()
DNotificationHeaderUtil.java173 if (row.isSummaryWithChildren()) { in sanitizeHeaderViews()
296 if (row.isSummaryWithChildren()) { in apply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java120 mTransformLowPriorityTitle = !row.isChildInGroup() && !row.isSummaryWithChildren(); in onContentUpdated()
DNotificationViewWrapper.java266 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor; in getCustomBackgroundColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java737 public boolean isSummaryWithChildren() { in isSummaryWithChildren() method in NotificationEntry
738 return row != null && row.isSummaryWithChildren(); in isSummaryWithChildren()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java98 assertTrue(mGroupRow.isSummaryWithChildren()); in testGroupSummaryNotShowingIconWhenPublic()
/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/
DStackScrollAlgorithm.java315 if (row.isSummaryWithChildren() && children != null) { in initAlgorithmState()
DNotificationStackScrollLayout.java2276 if (row.isSummaryWithChildren() && row.areChildrenExpanded()) {
4446 if (row.isSummaryWithChildren()) {
4497 if (row.isSummaryWithChildren()) {