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.java893 ArrayAdapterWithMockDrawable adapter = new ArrayAdapterWithMockDrawable(mActivity); in testJumpDrawables()
951 private static class ArrayAdapterWithMockDrawable extends ArrayAdapter<String> { class in ListViewTest
954 public ArrayAdapterWithMockDrawable(Context context) { in ArrayAdapterWithMockDrawable() method in ListViewTest.ArrayAdapterWithMockDrawable