Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java369 int childColor = ((Notification) childData).color; in hasSameColor() local
370 return parentColor == childColor; in hasSameColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java3288 final int childColor = getShowingLayout().getBackgroundColorForExpansionState();
3293 || mNotificationParent.isUserLocked()) && childColor != 0);