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

/frameworks/base/core/java/android/text/style/
H A DCharacterStyle.java26 public abstract class CharacterStyle { class
30 * A given CharacterStyle can only applied to a single region of a given
31 * Spanned. If you need to attach the same CharacterStyle to multiple
36 public static CharacterStyle wrap(CharacterStyle cs) {
47 * CharacterStyle.
49 public CharacterStyle getUnderlying() {
54 * A Passthrough CharacterStyle is one that
56 * specified CharacterStyle while still being a distinct object,
58 * to which the specified CharacterStyle i
[all...]

Completed in 52 milliseconds