Searched defs:getForegroundColor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DForegroundColorSpan.java93 public int getForegroundColor() { method in class:ForegroundColorSpan
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java874 public int getForegroundColor(int pos) { method in class:EditStyledText
881 return spans[0].getForegroundColor();
1224 foregroundColor = mEST.getForegroundColor(min);
2749 renewColor(spans[spans.length - 1].getForegroundColor());

Completed in 95 milliseconds