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

/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java46 public class ArrayAdapter<T> extends BaseAdapter implements Filterable { class in inherits:BaseAdapter,Filterable
48 * Contains the list of objects that represent the data of this ArrayAdapter.
100 public ArrayAdapter(Context context, int textViewResourceId) { method in class:ArrayAdapter
112 public ArrayAdapter(Context context, int resource, int textViewResourceId) { method in class:ArrayAdapter
124 public ArrayAdapter(Context context, int textViewResourceId, T[] objects) { method in class:ArrayAdapter
137 public ArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects) { method in class:ArrayAdapter
149 public ArrayAdapter(Context context, int textViewResourceId, List<T> objects) { method in class:ArrayAdapter
162 public ArrayAdapter(Context context, int resource, int textViewResourceId, List<T> objects) { method in class:ArrayAdapter
346 Log.e("ArrayAdapter", "You must supply a resource ID for a TextView");
348 "ArrayAdapter require
[all...]

Completed in 58 milliseconds