Home | History | Annotate | Download | only in widget

Lines Matching defs:SimpleAdapter

41  * {@link android.widget.SimpleAdapter.ViewBinder} is available,
54 public class SimpleAdapter extends BaseAdapter implements 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,
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#setViewImage(ImageView, int)
332 * @see SimpleAdapter#setViewImage(ImageView, String)
333 * @see SimpleAdapter#setViewText(TextView, String)
340 * If this method returns false, SimpleAdapter will attempts to handle