/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/listview/ |
H A D | CompatListActivity.java | 38 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 D | ListActivityBase.java | 47 listView.setListAdapter(createListAdapter()); in onCreate() 52 protected abstract ListAdapter createListAdapter(); in createListAdapter() method in ListActivityBase
|
H A D | ListViewScrollActivity.java | 104 protected ListAdapter createListAdapter() { in createListAdapter() method in ListViewScrollActivity
|
H A D | TextScrollActivity.java | 109 protected ListAdapter createListAdapter() { in createListAdapter() method in TextScrollActivity
|
H A D | ImageListViewScrollActivity.java | 64 protected ListAdapter createListAdapter() { in createListAdapter() method in ImageListViewScrollActivity
|
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | TextCacheHighHitrateActivity.java | 25 protected ListAdapter createListAdapter() { in createListAdapter() method in TextCacheHighHitrateActivity
|
H A D | TextCacheLowHitrateActivity.java | 25 protected ListAdapter createListAdapter() { in createListAdapter() method in TextCacheLowHitrateActivity
|
H A D | TrivialListActivity.java | 25 protected ListAdapter createListAdapter() { in createListAdapter() method in TrivialListActivity
|
H A D | FadingEdgeListActivity.java | 28 protected ListAdapter createListAdapter() { in createListAdapter() method in FadingEdgeListActivity
|
H A D | ShadowGridActivity.java | 37 protected ListAdapter createListAdapter() { in createListAdapter() method in ShadowGridActivity
|
H A D | InflatingListActivity.java | 37 protected ListAdapter createListAdapter() { in createListAdapter() method in InflatingListActivity
|
H A D | ClippedListActivity.java | 51 protected ListAdapter createListAdapter() { in createListAdapter() method in ClippedListActivity
|
H A D | MainActivity.java | 77 protected ListAdapter createListAdapter() { in createListAdapter() method in MainActivity
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | LegacyPhoneNumberPickerFragment.java | 47 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in LegacyPhoneNumberPickerFragment
|
H A D | EmailAddressPickerFragment.java | 52 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in EmailAddressPickerFragment
|
H A D | PostalAddressPickerFragment.java | 59 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in PostalAddressPickerFragment
|
H A D | MultiSelectPhoneNumbersListFragment.java | 48 public MultiSelectPhoneNumbersListAdapter createListAdapter() { in createListAdapter() method in MultiSelectPhoneNumbersListFragment
|
H A D | ContactPickerFragment.java | 134 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in ContactPickerFragment
|
H A D | MultiSelectEmailAddressesListFragment.java | 48 public MultiSelectEmailAddressesListAdapter createListAdapter() { in createListAdapter() method in MultiSelectEmailAddressesListFragment
|
H A D | JoinContactListFragment.java | 145 public JoinContactListAdapter createListAdapter() { in createListAdapter() method in JoinContactListFragment
|
H A D | PhoneNumberPickerFragment.java | 213 protected ContactEntryListAdapter createListAdapter() { in createListAdapter() method in PhoneNumberPickerFragment
|
H A D | ContactEntryListFragment.java | 179 protected abstract T createListAdapter(); in createListAdapter() method in ContactEntryListFragment 283 mAdapter = createListAdapter(); in onCreate()
|
H A D | GroupMemberPickerFragment.java | 246 protected DefaultContactListAdapter createListAdapter() { in createListAdapter() method in GroupMemberPickerFragment
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | RestrictedListPreference.java | 160 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 D | NotificationLockscreenPreference.java | 80 builder.setSingleChoiceItems(createListAdapter(builder.getContext()), getSelectedValuePos(), in onPrepareDialogBuilder()
|