Home
last modified time | relevance | path

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

/frameworks/base/tests/UiBench/src/com/android/test/uibench/listview/
DCompatListActivity.java38 listFragment.setListAdapter(createListAdapter()); in onCreate()
41 ((ListFragment) fragment).setListAdapter(createListAdapter()); in onCreate()
45 protected abstract ListAdapter createListAdapter(); in createListAdapter() method in CompatListActivity
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
DListActivityBase.java47 listView.setListAdapter(createListAdapter()); in onCreate()
52 protected abstract ListAdapter createListAdapter(); in createListAdapter() method in ListActivityBase
DTextScrollActivity.java109 protected ListAdapter createListAdapter() { in createListAdapter() method in TextScrollActivity
DListViewScrollActivity.java104 protected ListAdapter createListAdapter() { in createListAdapter() method in ListViewScrollActivity
DImageListViewScrollActivity.java64 protected ListAdapter createListAdapter() { in createListAdapter() method in ImageListViewScrollActivity
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DTextCacheLowHitrateActivity.java25 protected ListAdapter createListAdapter() { in createListAdapter() method in TextCacheLowHitrateActivity
DTrivialListActivity.java25 protected ListAdapter createListAdapter() { in createListAdapter() method in TrivialListActivity
DTextCacheHighHitrateActivity.java25 protected ListAdapter createListAdapter() { in createListAdapter() method in TextCacheHighHitrateActivity
DFadingEdgeListActivity.java28 protected ListAdapter createListAdapter() { in createListAdapter() method in FadingEdgeListActivity
DShadowGridActivity.java37 protected ListAdapter createListAdapter() { in createListAdapter() method in ShadowGridActivity
DInflatingListActivity.java37 protected ListAdapter createListAdapter() { in createListAdapter() method in InflatingListActivity
DClippedListActivity.java51 protected ListAdapter createListAdapter() { in createListAdapter() method in ClippedListActivity
DMainActivity.java77 protected ListAdapter createListAdapter() { in createListAdapter() method in MainActivity