AlteredCharSequence |
An AlteredCharSequence is a CharSequence that is largely mirrored from
another CharSequence, except that a specified range of characters are
mirrored from a different char array instead. |
AndroidCharacter |
AndroidCharacter exposes some character properties that are not
easily accessed from java.lang.Character. |
Annotation |
Annotations are simple key-value pairs that are preserved across
TextView save/restore cycles and can be used to keep application-specific
data that needs to be maintained for regions of text. |
AutoText |
This class accesses a dictionary of corrections to frequent misspellings. |
BoringLayout |
A BoringLayout is a very simple Layout implementation for text that
fits on a single line and is all left-to-right characters. |
BoringLayout.Metrics |
|
ClipboardManager |
Interface to the clipboard service, for placing and retrieving text in
the global clipboard. |
DynamicLayout |
DynamicLayout is a text layout that updates itself as the text is edited. |
Editable.Factory |
Factory used by TextView to create new Editables. |
Html |
This class processes HTML strings into displayable styled text. |
InputFilter.AllCaps |
This filter will capitalize all the lower case letters that are added
through edits. |
InputFilter.LengthFilter |
This filter will constrain edits not to make the length of the text
greater than the specified length. |
Layout |
A base class that manages text layout in visual elements on
the screen. |
Layout.Directions |
Stores information about bidirectional (left-to-right or right-to-left)
text within the layout of a line. |
LoginFilter |
Abstract class for filtering login-related text (user names and passwords)
|
LoginFilter.PasswordFilterGMail |
This filter is compatible with GMail passwords which restricts characters to
the Latin-1 (ISO8859-1) char set. |
LoginFilter.UsernameFilterGeneric |
This filter rejects characters in the user name that are not compatible with Google login. |
LoginFilter.UsernameFilterGMail |
This filter rejects characters in the user name that are not compatible with GMail
account creation. |
NoCopySpan.Concrete |
Convenience equivalent for when you would just want a new Object() for
a span but want it to be no-copy. |
Selection |
Utility class for manipulating cursors and selections in CharSequences. |
Spannable.Factory |
Factory used by TextView to create new Spannables. |
SpannableString |
This is the class for text whose content is immutable but to which
markup objects can be attached and detached. |
SpannableStringBuilder |
This is the class for text whose content and markup can both be changed. |
SpannedString |
This is the class for text whose content and markup are immutable. |
StaticLayout |
StaticLayout is a Layout for text that will not be edited after it
is laid out. |
TextPaint |
TextPaint is an extension of Paint that leaves room for some extra
data used during text measuring and drawing. |
TextUtils |
|
TextUtils.SimpleStringSplitter |
A simple string splitter. |