Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/palette/
DPalette.java522 public int getBodyTextColor() { in getBodyTextColor() method in Palette.Swatch
576 .append(" [Body Text: #").append(Integer.toHexString(getBodyTextColor())) in toString()