Searched refs:BrightColors (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DColor.h63 static const Color::Color BrightColors[] = { member in namespace:android::uirenderer
84 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color);
/frameworks/base/libs/hwui/tests/common/scenes/
H A DRoundRectClippingAnimation.cpp37 auto color = BrightColors[ci++ % BrightColorsCount];
H A DListViewAnimation.cpp41 SkColor randomColor = BrightColors[rand() % BrightColorsCount];

Completed in 1141 milliseconds