Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollState.java61 if (row.isSummaryWithChildren() && children != null) { in resetViewStates()
DStackScrollAlgorithm.java288 if (row.isSummaryWithChildren() && children != null) { in initAlgorithmState()
DNotificationStackScrollLayout.java1888 if (row.isSummaryWithChildren() && row.areChildrenExpanded()) { in getFirstChildBelowTranlsationY()
3448 if (row.isSummaryWithChildren()) { in updateScrollPositionOnExpandInBottom()
3491 if (row.isSummaryWithChildren()) { in clearHeadsUpDisappearRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableOutlineView.java117 } else if (isSummaryWithChildren()) { in needsOutline()
DNotificationHeaderUtil.java164 if (row.isSummaryWithChildren()) { in sanitizeHeaderViews()
286 if (row.isSummaryWithChildren()) { in apply()
DExpandableView.java346 public boolean isSummaryWithChildren() { in isSummaryWithChildren() method in ExpandableView
DExpandableNotificationRow.java544 public boolean isSummaryWithChildren() {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DExpandableNotificationRowTest.java58 Assert.assertTrue(mGroup.isSummaryWithChildren()); in testGroupSummaryNotShowingIconWhenPublic()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationViewWrapper.java171 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor; in getCustomBackgroundColor()
DNotificationHeaderViewWrapper.java134 mTransformLowPriorityTitle = !row.isChildInGroup() && !row.isSummaryWithChildren(); in onContentUpdated()
/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/phone/
DStatusBar.java1786 && entry.row.isSummaryWithChildren()) { in handleGroupSummaryRemoved()
1902 if (remove.isSummaryWithChildren()) { in updateNotificationShade()
5935 if (row.isSummaryWithChildren()) { in bindGuts()
6745 if (row.isSummaryWithChildren()) {