Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DColor.h81 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color); variable
/frameworks/base/libs/hwui/tests/common/scenes/
DListViewAnimation.cpp90 SkColor randomColor = BrightColors[rand() % BrightColorsCount]; in createRandomCharIcon()