Searched refs:textViewResourceId (Results 1 – 2 of 2) sorted by relevance
826 public MockAdapter(Context context, int textViewResourceId, T[] objects) { in MockAdapter() argument827 super(context, textViewResourceId, objects); in MockAdapter()
3269 public Adapter(Context context, int textViewResourceId, List<T> objects) { in Adapter() argument3270 super(context, textViewResourceId, objects); in Adapter()