Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/utils/
H A DColor.h70 static const Color::Color BrightColors[] = { variable
77 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color);
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DRoundRectClippingAnimation.cpp40 auto color = BrightColors[ci++ % BrightColorsCount]; in createContent()
H A DListViewAnimation.cpp51 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()
H A DPathClippingAnimation.cpp48 auto color = BrightColors[ci++ % BrightColorsCount]; in createContent()
H A DStretchyListViewAnimation.cpp96 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()