public static class EditStyledText.EditStyledTextSpans.MarqueeSpan extends CharacterStyle
Modifier and Type | Field and Description |
---|---|
static int |
ALTERNATE |
static int |
NOTHING |
static int |
SCROLL |
Constructor and Description |
---|
MarqueeSpan(int type) |
MarqueeSpan(int type,
int bgc) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
resetColor(int bgc) |
void |
updateDrawState(TextPaint tp) |
getUnderlying, wrap
public static final int SCROLL
public static final int ALTERNATE
public static final int NOTHING
public MarqueeSpan(int type, int bgc)
public MarqueeSpan(int type)
public int getType()
public void resetColor(int bgc)
public void updateDrawState(TextPaint tp)
updateDrawState
in class CharacterStyle