A B C D E F G H I K L M N O P R S T V W _

S

sDefaultEncoding - Variable in class a_vcard.android.syncml.pim.vcard.VCardParser_V21
 
selectAll(Spannable) - Static method in class a_vcard.android.text.Selection
Select the entire text.
Selection - Class in a_vcard.android.text
Utility class for manipulating cursors and selections in CharSequences.
SELECTION_END - Static variable in class a_vcard.android.text.Selection
 
SELECTION_START - Static variable in class a_vcard.android.text.Selection
 
SEND_TO_VOICEMAIL - Static variable in interface a_vcard.android.provider.Contacts.PeopleColumns
Whether the person should always be sent to voicemail.
separateLineAndHandleGroup(String) - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V21
 
setFilters(InputFilter[]) - Method in interface a_vcard.android.text.Editable
Sets the series of filters that will be called in succession whenever the text of this Editable is changed, each of which has the opportunity to limit or transform the text that is being inserted.
setFilters(InputFilter[]) - Method in class a_vcard.android.text.SpannableStringBuilder
 
setPosition(String) - Method in class a_vcard.android.syncml.pim.vcard.ContactStruct
Set "position" value to the appropriate data.
setSelection(Spannable, int, int) - Static method in class a_vcard.android.text.Selection
Set the selection anchor to start and the selection edge to stop.
setSelection(Spannable, int) - Static method in class a_vcard.android.text.Selection
Move the cursor to offset index.
setSpan(Object, int, int, int) - Method in interface a_vcard.android.text.Spannable
Attach the specified markup object to the range start…end of the text, or move the object to that range if it was already attached elsewhere.
setSpan(Object, int, int, int) - Method in class a_vcard.android.text.SpannableStringBuilder
Mark the specified range of text with the specified object.
showDebugInfo() - Method in class a_vcard.android.syncml.pim.vcard.VCardParser_V21
 
size() - Method in class a_vcard.android.content.ContentValues
Returns the number of values.
SORT_STRING - Static variable in interface a_vcard.android.provider.Contacts.PeopleColumns
The field for sorting list phonetically.
SPAN_COMPOSING - Static variable in interface a_vcard.android.text.Spanned
This flag is set on spans that are being used to apply temporary styling information on the composing text of an input method, so that they can be found and removed when the composing text is being replaced.
SPAN_EXCLUSIVE_EXCLUSIVE - Static variable in interface a_vcard.android.text.Spanned
Spans of type SPAN_EXCLUSIVE_EXCLUSIVE do not expand to include text inserted at either their starting or ending point.
SPAN_EXCLUSIVE_INCLUSIVE - Static variable in interface a_vcard.android.text.Spanned
Non-0-length spans of type SPAN_INCLUSIVE_EXCLUSIVE expand to include text inserted at their ending point but not at their starting point.
SPAN_INCLUSIVE_EXCLUSIVE - Static variable in interface a_vcard.android.text.Spanned
Non-0-length spans of type SPAN_INCLUSIVE_EXCLUSIVE expand to include text inserted at their starting point but not at their ending point.
SPAN_INCLUSIVE_INCLUSIVE - Static variable in interface a_vcard.android.text.Spanned
Spans of type SPAN_INCLUSIVE_INCLUSIVE expand to include text inserted at either their starting or ending point.
SPAN_INTERMEDIATE - Static variable in interface a_vcard.android.text.Spanned
This flag will be set for intermediate span changes, meaning there is guaranteed to be another change following it.
SPAN_MARK_MARK - Static variable in interface a_vcard.android.text.Spanned
0-length spans with type SPAN_MARK_MARK behave like text marks: they remain at their original offset when text is inserted at that offset.
SPAN_MARK_POINT - Static variable in interface a_vcard.android.text.Spanned
SPAN_MARK_POINT is a synonym for Spanned.SPAN_INCLUSIVE_INCLUSIVE.
SPAN_PARAGRAPH - Static variable in interface a_vcard.android.text.Spanned
SPAN_PARAGRAPH behaves like SPAN_INCLUSIVE_EXCLUSIVE (SPAN_MARK_MARK), except that if either end of the span is at the end of the buffer, that end behaves like _POINT instead (so SPAN_INCLUSIVE_INCLUSIVE if it starts in the middle and ends at the end, or SPAN_EXCLUSIVE_INCLUSIVE if it both starts and ends at the end).
SPAN_POINT_MARK - Static variable in interface a_vcard.android.text.Spanned
SPAN_POINT_MARK is a synonym for Spanned.SPAN_EXCLUSIVE_EXCLUSIVE.
SPAN_POINT_MARK_MASK - Static variable in interface a_vcard.android.text.Spanned
Bitmask of bits that are relevent for controlling point/mark behavior of spans.
SPAN_POINT_POINT - Static variable in interface a_vcard.android.text.Spanned
0-length spans with type SPAN_POINT_POINT behave like cursors: they are pushed forward by the length of the insertion when text is inserted at their offset.
SPAN_PRIORITY - Static variable in interface a_vcard.android.text.Spanned
The bits specified by the SPAN_PRIORITY bitmap determine the order of change notifications -- higher numbers go first.
SPAN_PRIORITY_SHIFT - Static variable in interface a_vcard.android.text.Spanned
The bits numbered just above SPAN_PRIORITY_SHIFT determine the order of change notifications -- higher numbers go first.
SPAN_USER - Static variable in interface a_vcard.android.text.Spanned
The bits specified by the SPAN_USER bitfield are available for callers to use to store scalar data associated with their span object.
SPAN_USER_SHIFT - Static variable in interface a_vcard.android.text.Spanned
The bits numbered SPAN_USER_SHIFT and above are available for callers to use to store scalar data associated with their span object.
Spannable - Interface in a_vcard.android.text
This is the interface for text to which markup objects can be attached and detached.
SpannableStringBuilder - Class in a_vcard.android.text
This is the class for text whose content and markup can both be changed.
SpannableStringBuilder() - Constructor for class a_vcard.android.text.SpannableStringBuilder
Create a new SpannableStringBuilder with empty contents
SpannableStringBuilder(CharSequence) - Constructor for class a_vcard.android.text.SpannableStringBuilder
Create a new SpannableStringBuilder containing a copy of the specified text, including its spans if any.
SpannableStringBuilder(CharSequence, int, int) - Constructor for class a_vcard.android.text.SpannableStringBuilder
Create a new SpannableStringBuilder containing a copy of the specified slice of the specified text, including its spans if any.
Spanned - Interface in a_vcard.android.text
This is the interface for text that has markup objects attached to ranges of it.
SpanWatcher - Interface in a_vcard.android.text
When an object of this type is attached to a Spannable, its methods will be called to notify it that other markup objects have been added, changed, or removed.
STARRED - Static variable in interface a_vcard.android.provider.Contacts.PeopleColumns
Is the contact starred?
start() - Method in interface a_vcard.android.syncml.pim.VBuilder
 
start() - Method in class a_vcard.android.syncml.pim.vcard.VCardSourceDetector
 
start() - Method in class a_vcard.android.syncml.pim.VDataBuilder
 
startProperty() - Method in interface a_vcard.android.syncml.pim.VBuilder
 
startProperty() - Method in class a_vcard.android.syncml.pim.vcard.VCardSourceDetector
 
startProperty() - Method in class a_vcard.android.syncml.pim.VDataBuilder
 
startRecord(String) - Method in interface a_vcard.android.syncml.pim.VBuilder
 
startRecord(String) - Method in class a_vcard.android.syncml.pim.vcard.VCardSourceDetector
 
startRecord(String) - Method in class a_vcard.android.syncml.pim.VDataBuilder
 
subSequence(int, int) - Method in class a_vcard.android.text.SpannableStringBuilder
Return a new CharSequence containing a copy of the specified range of this buffer, including the overlapping spans.

A B C D E F G H I K L M N O P R S T V W _