Home
last modified time | relevance | path

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

/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()
/frameworks/base/libs/hwui/utils/
DColor.h75 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color); variable