Home
last modified time | relevance | path

Searched refs:BrightColorsCount (Results 1 – 3 of 3) 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()
/frameworks/base/libs/hwui/utils/
DColor.h74 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color); variable