Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DArrayAdapter.java53 public class ArrayAdapter<T> extends BaseAdapter implements Filterable, ThemedSpinnerAdapter { class
112 public ArrayAdapter(Context context, @LayoutRes int resource) { in ArrayAdapter() method in ArrayAdapter
124 public ArrayAdapter(Context context, @LayoutRes int resource, @IdRes int textViewResourceId) { in ArrayAdapter() method in ArrayAdapter
136 public ArrayAdapter(Context context, @LayoutRes int resource, @NonNull T[] objects) { in ArrayAdapter() method in ArrayAdapter
149 public ArrayAdapter(Context context, @LayoutRes int resource, @IdRes int textViewResourceId, in ArrayAdapter() method in ArrayAdapter
162 public ArrayAdapter(Context context, @LayoutRes int resource, @NonNull List<T> objects) { in ArrayAdapter() method in ArrayAdapter
175 public ArrayAdapter(Context context, @LayoutRes int resource, @IdRes int textViewResourceId, in ArrayAdapter() method in ArrayAdapter