Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableOutlineView.java103 } else if (isSummaryWithChildren()) { in updateOutline()
DNotificationHeaderUtil.java164 if (row.isSummaryWithChildren()) { in sanitizeHeaderViews()
286 if (row.isSummaryWithChildren()) { in apply()
DExpandableView.java316 public boolean isSummaryWithChildren() { in isSummaryWithChildren() method in ExpandableView
DExpandableNotificationRow.java435 public boolean isSummaryWithChildren() {
DBaseStatusBar.java2307 if (row.isSummaryWithChildren()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationCustomViewWrapper.java131 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor; in getCustomBackgroundColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java66 if (row.isSummaryWithChildren() && children != null) { in resetViewStates()
DStackScrollAlgorithm.java284 if (row.isSummaryWithChildren() && children != null) { in initAlgorithmState()
DNotificationStackScrollLayout.java1071 if (view.isSummaryWithChildren() && view.getParent() == this) { in getMaxExpandHeight()
3162 if (row.isSummaryWithChildren()) { in updateScrollPositionOnExpandInBottom()
3207 if (row.isSummaryWithChildren()) { in clearHeadsUpDisappearRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java389 && (!underFocus.isSummaryWithChildren() || underFocus.areChildrenExpanded()); in isFullyExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java1682 && entry.row.isSummaryWithChildren()) { in handleGroupSummaryRemoved()
1804 if (remove.isSummaryWithChildren()) { in updateNotificationShade()