Home
last modified time | relevance | path

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

/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/
DColorSchemeTest.kt68 private fun commentWhite(paletteName: String): String { in commentWhite()
69 return "Lightest shade of the $paletteName color used by the system. White. $commentOverlay" in commentWhite()
72 private fun commentBlack(paletteName: String): String { in commentBlack()
73 return "Darkest shade of the $paletteName color used by the system. Black. $commentOverlay" in commentBlack()
76 private fun commentShade(paletteName: String, tone: Int): String { in commentShade()
77 return "Shade of the $paletteName system color at $tone% perceptual luminance (L* in L*a*b* " + in commentShade()
151 val (paletteName, readable, palette) = it in generateDefaultValues() constant
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DColorScheme.java344 private static String humanReadable(String paletteName, List<Integer> colors) { in humanReadable() argument
345 return paletteName + "\n" in humanReadable()