Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DColor.h68 static const Color::Color BrightColors[] = { variable
75 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color);
/frameworks/base/libs/hwui/tests/common/scenes/
DRoundRectClippingAnimation.cpp35 auto color = BrightColors[ci++ % BrightColorsCount]; in createContent()
DListViewAnimation.cpp42 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()
DStretchyListViewAnimation.cpp87 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()