Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java263 private boolean mIsSummaryWithChildren; field in ExpandableNotificationRow
468 if (mIsSummaryWithChildren) { in setAnimationRunning()
579 if (mIsSummaryWithChildren) { in onNotificationUpdated()
593 if (mIsSummaryWithChildren) { in onNotificationUpdated()
641 if (mIsSummaryWithChildren) { in updateBackgroundColors()
680 if (mIsSummaryWithChildren && !shouldShowPublic()) { in getOriginalIconColor()
725 if (customView && beforeS && !mIsSummaryWithChildren) { in updateLimitsForView()
780 if (mIsSummaryWithChildren) {
872 if (mIsSummaryWithChildren) {
1013 return mIsSummaryWithChildren;
[all …]