Home
last modified time | relevance | path

Searched defs:listView (Results 1 – 25 of 57) sorted by relevance

123

/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
DContactPickerFragmentTest.java160 final ListView listView = (ListView) getFragment().getView() in testLoadAllContactsList() local
172 final ListView listView = (ListView) getFragment().getView() in testLoadFrequentContactsList() local
181 final ListView listView = (ListView) getFragment().getView() in testPickInitialContact() local
214 final ListView listView = (ListView) getFragment().getView() in testPickMoreContacts() local
/packages/apps/Dialer/java/com/android/contacts/common/util/
DContactListViewUtils.java32 ListView listView, int parentWidth, int listSpaceWeight, int listViewWeight) { in addPaddingToView()
56 Resources resources, final ListView listView, final View rootLayout) { in applyCardPaddingToView()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/
DConversationListFragmentTest.java99 final RecyclerView listView = in testLoadListView() local
110 final RecyclerView listView = in testEmptyView() local
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsEditQuickResponsesFragment.java83 final ListView listView = UiUtilities.getView(getView(), in onActivityCreated() local
122 final ListView listView = UiUtilities.getView(view, in onCreateView() local
/packages/apps/Messaging/src/com/android/messaging/ui/
DCustomHeaderPagerListViewHolder.java54 final ListView listView = (ListView) view.findViewById(getListViewResId()); in createView() local
97 final ListView listView = (ListView) mView.findViewById(getListViewResId()); in maybeSetEmptyView() local
/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectContactsListFragment.java316 protected void bindListHeaderCustom(View listView, View accountFilterContainer) { in bindListHeaderCustom()
332 protected void bindListHeader(Context context, View listView, View accountFilterContainer, in bindListHeader()
409 private void bindListHeaderCommon(View listView, View accountFilterContainer) { in bindListHeaderCommon()
418 protected void hideHeaderAndAddPadding(Context context, View listView, in hideHeaderAndAddPadding()
426 private void setListViewPaddingTop(View listView, int paddingTop) { in setListViewPaddingTop()
DPinnedHeaderListAdapter.java94 public void configurePinnedHeaders(PinnedHeaderListView listView) { in configurePinnedHeaders()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSettings.java48 ExpandableListView listView = in onCreate() local
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DLoadingSpinnerController.java40 public void initializeLoading(View listView) { in initializeLoading()
/packages/providers/MediaProvider/src/com/android/providers/media/
DRingtonePickerActivity.java347 public void onPrepareListView(ListView listView) { in onPrepareListView()
420 private int addStaticItem(ListView listView, int textResId) { in addStaticItem()
429 private int addDefaultRingtoneItem(ListView listView) { in addDefaultRingtoneItem()
439 private int addSilentItem(ListView listView) { in addSilentItem()
443 private void addNewSoundItem(ListView listView) { in addNewSoundItem()
/packages/apps/TV/src/com/android/tv/dialog/
DDvrHistoryDialogFragment.java132 ListView listView = new ListView(getActivity()); in onCreateDialog() local
DRecentlyWatchedDialogFragment.java107 ListView listView = new ListView(getActivity()); in onCreateDialog() local
/packages/apps/Dialer/java/com/android/dialer/about/
DLicenseMenuActivity.java54 ListView listView = (ListView) findViewById(R.id.license_list); in onCreate() local
/packages/apps/Contacts/src/com/android/contacts/util/
DViewUtil.java120 public static void addBottomPaddingToListViewForFab(ListView listView, Resources res) { in addBottomPaddingToListViewForFab()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationLockscreenPreference.java110 ListView listView = ((AlertDialog) dialog).getListView(); in onDialogStateRestored() local
150 ListView listView = ((AlertDialog) dialog).getListView(); in onClick() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationLockscreenPreference.java110 ListView listView = ((AlertDialog) dialog).getListView(); in onDialogStateRestored() local
150 ListView listView = ((AlertDialog) dialog).getListView(); in onClick() local
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationFragmentTest.java146 final RecyclerView listView = in testLoadListView() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DLimitedMultiSelectDialogFragment.java90 final ListView listView = new ListView(getActivity()); in onCreateDialog() local
/packages/apps/PhoneCommon/src/com/android/phone/common/util/
DViewUtil.java87 public static void addBottomPaddingToListViewForFab(ListView listView, Resources res) { in addBottomPaddingToListViewForFab()
/packages/apps/Email/src/com/android/email/activity/
DInsertQuickResponseDialog.java112 final ListView listView = (ListView) quickResponsesView.findViewById(R.id.quick_responses); in onCreateDialog() local
/packages/apps/MusicFX/src/com/android/musicfx/
DControlPanelPicker.java118 public void onPrepareListView(ListView listView) { in onPrepareListView()
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DMenuHelper.java60 UiObject2 listView = row.findObject(byListView); in assertNavigateToMenuItem() local
/packages/apps/Settings/tests/unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java91 ListView listView = (ListView) findViewById(R.id.msg_container); in onCreate() local
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDisplayUtils.java347 public static int getFirstListItemOffset(ListView listView) { in getFirstListItemOffset()
361 public static void requestToMoveToOffset(ListView listView, int offset) { in requestToMoveToOffset()
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
DDebugMmsConfigFragment.java53 final ListView listView = (ListView) fragmentView.findViewById(android.R.id.list); in onCreateView() local

123