Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DScreenCapture_test.cpp837 const Color childColor = Color::BLUE; in TEST_F() local
847 .setColor(childLayer, {childColor.r / 255, childColor.g / 255, childColor.b / 255}) in TEST_F()
854 mCapture->expectColor(childBounds, childColor); in TEST_F()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java382 int childColor = getColor((Notification) childData); in hasSameColor() local
383 return parentColor == childColor; in hasSameColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java3398 final int childColor = getShowingLayout().getBackgroundColorForExpansionState();
3403 || mNotificationParent.isUserLocked()) && childColor != 0);