Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/listview/
H A DCompatListActivity.java38 listFragment.setListAdapter(createListAdapter()); in onCreate()
41 ((ListFragment) fragment).setListAdapter(createListAdapter()); in onCreate()
45 protected abstract ListAdapter createListAdapter(); in createListAdapter() method in CompatListActivity
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
H A DListActivityBase.java47 listView.setListAdapter(createListAdapter()); in onCreate()
52 protected abstract ListAdapter createListAdapter(); in createListAdapter() method in ListActivityBase
H A DListViewScrollActivity.java104 protected ListAdapter createListAdapter() { in createListAdapter() method in ListViewScrollActivity
H A DTextScrollActivity.java109 protected ListAdapter createListAdapter() { in createListAdapter() method in TextScrollActivity
H A DImageListViewScrollActivity.java64 protected ListAdapter createListAdapter() { in createListAdapter() method in ImageListViewScrollActivity
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DTextCacheHighHitrateActivity.java25 protected ListAdapter createListAdapter() { in createListAdapter() method in TextCacheHighHitrateActivity
H A DTextCacheLowHitrateActivity.java25 protected ListAdapter createListAdapter() { in createListAdapter() method in TextCacheLowHitrateActivity
H A DTrivialListActivity.java25 protected ListAdapter createListAdapter() { in createListAdapter() method in TrivialListActivity
H A DFadingEdgeListActivity.java28 protected ListAdapter createListAdapter() { in createListAdapter() method in FadingEdgeListActivity
H A DShadowGridActivity.java37 protected ListAdapter createListAdapter() { in createListAdapter() method in ShadowGridActivity
H A DInflatingListActivity.java37 protected ListAdapter createListAdapter() { in createListAdapter() method in InflatingListActivity
H A DClippedListActivity.java51 protected ListAdapter createListAdapter() { in createListAdapter() method in ClippedListActivity
H A DMainActivity.java77 protected ListAdapter createListAdapter() { in createListAdapter() method in MainActivity
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyPhoneNumberPickerFragment.java47 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in LegacyPhoneNumberPickerFragment
H A DEmailAddressPickerFragment.java52 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in EmailAddressPickerFragment
H A DPostalAddressPickerFragment.java59 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in PostalAddressPickerFragment
H A DMultiSelectPhoneNumbersListFragment.java48 public MultiSelectPhoneNumbersListAdapter createListAdapter() { in createListAdapter() method in MultiSelectPhoneNumbersListFragment
H A DContactPickerFragment.java134 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in ContactPickerFragment
H A DMultiSelectEmailAddressesListFragment.java48 public MultiSelectEmailAddressesListAdapter createListAdapter() { in createListAdapter() method in MultiSelectEmailAddressesListFragment
H A DJoinContactListFragment.java145 public JoinContactListAdapter createListAdapter() { in createListAdapter() method in JoinContactListFragment
H A DPhoneNumberPickerFragment.java213 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in PhoneNumberPickerFragment
H A DContactEntryListFragment.java179 protected abstract T createListAdapter(); in createListAdapter() method in ContactEntryListFragment
283 mAdapter = createListAdapter(); in onCreate()
H A DGroupMemberPickerFragment.java246 protected DefaultContactListAdapter createListAdapter() { in createListAdapter() method in GroupMemberPickerFragment
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DRestrictedListPreference.java160 protected ListAdapter createListAdapter(Context context) { in createListAdapter() method in RestrictedListPreference
175 builder.setAdapter(createListAdapter(builder.getContext()), listener); in onPrepareDialogBuilder()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationLockscreenPreference.java80 builder.setSingleChoiceItems(createListAdapter(builder.getContext()), getSelectedValuePos(), in onPrepareDialogBuilder()

12