Home
last modified time | relevance | path

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

/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DColorScheme.java168 + " seed color: " + stringForColor(mSeed) + "\n" in toString()
334 private static String stringForColor(int color) { in stringForColor() method in ColorScheme
348 .map(ColorScheme::stringForColor) in humanReadable()