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

  /frameworks/base/libs/hwui/utils/
Color.h 60 static const Color::Color BrightColors[] = {
81 static constexpr int BrightColorsCount = sizeof(BrightColors) / sizeof(Color::Color);
  /frameworks/base/libs/hwui/tests/common/scenes/
ListViewAnimation.cpp 90 SkColor randomColor = BrightColors[rand() % BrightColorsCount];

Completed in 3124 milliseconds