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

/frameworks/base/core/java/android/text/style/
H A DForegroundColorSpan.java33 *string.setSpan(new ForegroundColorSpan(color), 12, 28, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);}</pre>
37 public class ForegroundColorSpan extends CharacterStyle class in inherits:CharacterStyle,UpdateAppearance,ParcelableSpan
43 * Creates a {@link ForegroundColorSpan} from a color integer.
50 public ForegroundColorSpan(@ColorInt int color) { method in class:ForegroundColorSpan
55 * Creates a {@link ForegroundColorSpan} from a parcel.
57 public ForegroundColorSpan(@NonNull Parcel src) { method in class:ForegroundColorSpan
90 * @see ForegroundColorSpan#ForegroundColorSpan(int)

Completed in 51 milliseconds