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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 103 } else if (isSummaryWithChildren()) {
NotificationHeaderUtil.java 164 if (row.isSummaryWithChildren()) {
286 if (row.isSummaryWithChildren()) {
ExpandableView.java 316 public boolean isSummaryWithChildren() {
ExpandableNotificationRow.java 432 public boolean isSummaryWithChildren() {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationCustomViewWrapper.java 131 return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 66 if (row.isSummaryWithChildren() && children != null) {
StackScrollAlgorithm.java 284 if (row.isSummaryWithChildren() && children != null) {
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 388 && (!underFocus.isSummaryWithChildren() || underFocus.areChildrenExpanded());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 109 milliseconds