Home
last modified time | relevance | path

Searched defs:ForegroundColorSpan (Results 1 – 1 of 1) sorted by relevance

/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/replacements/
DSpans.java181 public static class ForegroundColorSpan extends Span { class in Spans
187 public ForegroundColorSpan(int start, int end, int flags, int color) { in ForegroundColorSpan() method in Spans.ForegroundColorSpan
192 public ForegroundColorSpan(SpanProto proto) { in ForegroundColorSpan() method in Spans.ForegroundColorSpan