Uses of Package
a_vcard.android.text

Packages that use a_vcard.android.text
a_vcard.android.telephony   
a_vcard.android.text   
 

Classes in a_vcard.android.text used by a_vcard.android.telephony
Editable
          This is the interface for text whose content and markup can be changed (as opposed to immutable text like Strings).
 

Classes in a_vcard.android.text used by a_vcard.android.text
Editable
          This is the interface for text whose content and markup can be changed (as opposed to immutable text like Strings).
Editable.Factory
          Factory used by TextView to create new Editables.
GetChars
          Please implement this interface if your CharSequence has a getChars() method like the one in String that is faster than calling charAt() multiple times.
InputFilter
          InputFilters can be attached to Editables to constrain the changes that can be made to them.
NoCopySpan
          This interface should be added to a span object that should not be copied into a new Spenned when performing a slice or copy operation on the original Spanned it was placed in.
Spannable
          This is the interface for text to which markup objects can be attached and detached.
SpannableStringBuilder
          This is the class for text whose content and markup can both be changed.
Spanned
          This is the interface for text that has markup objects attached to ranges of it.