Home
last modified time | relevance | path

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

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