Uses of Interface
a_vcard.android.text.Spanned

Packages that use Spanned
a_vcard.android.text   
 

Uses of Spanned in a_vcard.android.text
 

Subinterfaces of Spanned in a_vcard.android.text
 interface Spannable
          This is the interface for text to which markup objects can be attached and detached.
 

Classes in a_vcard.android.text that implement Spanned
 class SpannableStringBuilder
          This is the class for text whose content and markup can both be changed.
 

Methods in a_vcard.android.text with parameters of type Spanned
 java.lang.CharSequence InputFilter.filter(java.lang.CharSequence source, int start, int end, Spanned dest, int dstart, int dend)
          This method is called when the buffer is going to replace the range dstart … dend of dest with the new text from the range start … end of source.
 java.lang.CharSequence InputFilter.LengthFilter.filter(java.lang.CharSequence source, int start, int end, Spanned dest, int dstart, int dend)