HomeSort by relevance Sort by last modified time
    Searched refs:BrightColors (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/utils/
Color.h 63 static const Color::Color BrightColors[] = {
84 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color);
  /frameworks/base/libs/hwui/tests/common/scenes/
RoundRectClippingAnimation.cpp 37 auto color = BrightColors[ci++ % BrightColorsCount];
ListViewAnimation.cpp 41 SkColor randomColor = BrightColors[rand() % BrightColorsCount];

Completed in 42 milliseconds