public class EmailAddressAdapter
extends android.widget.ResourceCursorAdapter
Note that most of this code was copied from partner/google/apps/Gmail/src/com/google/android/gm/EmailAddressAdapter.java
| Modifier and Type | Field and Description |
|---|---|
static int |
PRE_HONEYCOMB_DATA_INDEX |
static int |
PRE_HONEYCOMB_NAME_INDEX |
| Constructor and Description |
|---|
EmailAddressAdapter(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindView(android.view.View view,
android.content.Context context,
android.database.Cursor cursor) |
java.lang.String |
convertToString(android.database.Cursor cursor) |
android.database.Cursor |
runQueryOnBackgroundThread(java.lang.CharSequence constraint) |
newDropDownView, newView, setDropDownViewResource, setViewResourcechangeCursor, getCount, getCursor, getDropDownView, getFilter, getFilterQueryProvider, getItem, getItemId, getView, hasStableIds, init, onContentChanged, setFilterQueryProvider, swapCursorpublic static final int PRE_HONEYCOMB_NAME_INDEX
public static final int PRE_HONEYCOMB_DATA_INDEX
public final java.lang.String convertToString(android.database.Cursor cursor)
convertToString in class android.widget.CursorAdapterpublic final void bindView(android.view.View view,
android.content.Context context,
android.database.Cursor cursor)
bindView in class android.widget.CursorAdapterpublic android.database.Cursor runQueryOnBackgroundThread(java.lang.CharSequence constraint)
runQueryOnBackgroundThread in class android.widget.CursorAdapter