Searched defs:SimpleAdapter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSimpleAdapter.java41 * {@link android.widget.SimpleAdapter.ViewBinder} is available,
54 public class SimpleAdapter extends BaseAdapter implements Filterable, ThemedSpinnerAdapter { class in inherits:BaseAdapter,Filterable,ThemedSpinnerAdapter
75 * @param context The context where the View associated with this SimpleAdapter is running
87 public SimpleAdapter(Context context, List<? extends Map<String, ?>> data, method in class:SimpleAdapter
232 " view that can be bounds by this SimpleAdapter");
244 * @see #setViewBinder(android.widget.SimpleAdapter.ViewBinder)
324 * This class can be used by external clients of SimpleAdapter to bind
328 * directly supported by SimpleAdapter or to change the way binding
329 * occurs for views supported by SimpleAdapter.
331 * @see SimpleAdapter#setViewImag
[all...]

Completed in 40 milliseconds