HomeSort by relevance Sort by last modified time
    Searched refs:isSummaryWithChildren (Results 1 - 12 of 12) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 141 } else if (isSummaryWithChildren()) {
NotificationHeaderUtil.java 164 if (row.isSummaryWithChildren()) {
287 if (row.isSummaryWithChildren()) {
ExpandableView.java 358 public boolean isSummaryWithChildren() {
ExpandableNotificationRow.java 581 public boolean isSummaryWithChildren() {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 61 if (row.isSummaryWithChildren() && children != null) {
StackScrollAlgorithm.java 307 if (row.isSummaryWithChildren() && children != null) {
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationViewWrapper.java 171 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor;
NotificationHeaderViewWrapper.java 138 mTransformLowPriorityTitle = !row.isChildInGroup() && !row.isSummaryWithChildren();
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
ExpandableNotificationRowTest.java 54 Assert.assertTrue(mGroup.isSummaryWithChildren());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 396 && (!underFocus.isSummaryWithChildren() || underFocus.areChildrenExpanded());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]

Completed in 129 milliseconds