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

/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java47 public class ArrayAdapter<T> extends BaseAdapter implements Filterable { class in inherits:BaseAdapter,Filterable
49 * Contains the list of objects that represent the data of this ArrayAdapter.
103 public ArrayAdapter(Context context, int resource) { method in class:ArrayAdapter
115 public ArrayAdapter(Context context, int resource, int textViewResourceId) { method in class:ArrayAdapter
127 public ArrayAdapter(Context context, int resource, T[] objects) { method in class:ArrayAdapter
140 public ArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects) { method in class:ArrayAdapter
152 public ArrayAdapter(Context context, int resource, List<T> objects) { method in class:ArrayAdapter
165 public ArrayAdapter(Context context, int resource, int textViewResourceId, List<T> objects) { method in class:ArrayAdapter
385 Log.e("ArrayAdapter", "You must supply a resource ID for a TextView");
387 "ArrayAdapter require
[all...]

Completed in 118 milliseconds