Home
last modified time | relevance | path

Searched refs:ArrayAdapterWithMockDrawable (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DListViewTest.java972 ArrayAdapterWithMockDrawable adapter = new ArrayAdapterWithMockDrawable(mActivity); in testJumpDrawables()
1028 private static class ArrayAdapterWithMockDrawable extends ArrayAdapter<String> { class in ListViewTest
1031 public ArrayAdapterWithMockDrawable(Context context) { in ArrayAdapterWithMockDrawable() method in ListViewTest.ArrayAdapterWithMockDrawable