Searched refs:humanReadable (Results 1 – 1 of 1) sorted by relevance
171 + " " + humanReadable("PRIMARY", mAccent1.allShades) + "\n" in toString()172 + " " + humanReadable("SECONDARY", mAccent2.allShades) + "\n" in toString()173 + " " + humanReadable("TERTIARY", mAccent3.allShades) + "\n" in toString()174 + " " + humanReadable("NEUTRAL", mNeutral1.allShades) + "\n" in toString()175 + " " + humanReadable("NEUTRAL VARIANT", mNeutral2.allShades) + "\n" in toString()344 private static String humanReadable(String paletteName, List<Integer> colors) { in humanReadable() method in ColorScheme