Home
last modified time | relevance | path

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

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