Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DArrayAdapter.java47 public class ArrayAdapter<T> extends BaseAdapter implements Filterable { class
103 public ArrayAdapter(Context context, int resource) { in ArrayAdapter() method in ArrayAdapter
115 public ArrayAdapter(Context context, int resource, int textViewResourceId) { in ArrayAdapter() method in ArrayAdapter
127 public ArrayAdapter(Context context, int resource, T[] objects) { in ArrayAdapter() method in ArrayAdapter
140 public ArrayAdapter(Context context, int resource, int textViewResourceId, T[] objects) { in ArrayAdapter() method in ArrayAdapter
152 public ArrayAdapter(Context context, int resource, List<T> objects) { in ArrayAdapter() method in ArrayAdapter
165 public ArrayAdapter(Context context, int resource, int textViewResourceId, List<T> objects) { in ArrayAdapter() method in ArrayAdapter