Home
last modified time | relevance | path

Searched defs:bindView (Results 1 – 25 of 47) sorted by relevance

12

/packages/experimental/LoaderApp/src/com/android/loaderapp/
DCursorFactoryListAdapter.java35 public void bindView(View view, Context context, Cursor cursor); in bindView() method
55 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in CursorFactoryListAdapter.ResourceViewFactory
74 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in CursorFactoryListAdapter
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterView.java81 public void bindView(AccountTypeManager accountTypes) { in bindView() method in ContactListFilterView
134 private void bindView(int iconResource, int textResource) { in bindView() method in ContactListFilterView
DDefaultContactListAdapter.java186 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in DefaultContactListAdapter
DLegacyContactListAdapter.java81 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyContactListAdapter
DLegacyPostalAddressListAdapter.java86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyPostalAddressListAdapter
DLegacyPhoneNumberListAdapter.java85 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyPhoneNumberListAdapter
DEmailAddressListAdapter.java127 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in EmailAddressListAdapter
DPostalAddressListAdapter.java117 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in PostalAddressListAdapter
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastCursorAdapter.java65 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in CellBroadcastCursorAdapter
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DDownloadAdapter.java90 public void bindView(View convertView, int position) { in bindView() method in DownloadAdapter
212 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in DownloadAdapter
/packages/apps/Calendar/src/com/android/calendar/
DEmailAddressAdapter.java54 protected void bindView(View view, String directoryType, String directoryName, in bindView() method in EmailAddressAdapter
/packages/apps/Email/src/com/android/email/
DEmailAddressAdapter.java55 protected void bindView(View view, String directoryType, String directoryName, in bindView() method in EmailAddressAdapter
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
DApplicationsAdapter.java40 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in ApplicationsAdapter
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferAdapter.java66 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in BluetoothOppTransferAdapter
/packages/apps/Browser/src/com/android/browser/
DBrowserBookmarksAdapter.java62 public void bindView(View view, BrowserBookmarksAdapterItem object) { in bindView() method in BrowserBookmarksAdapter
/packages/apps/Mms/src/com/android/mms/ui/
DConversationListAdapter.java50 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in ConversationListAdapter
DRecipientsAdapter.java136 public final void bindView(View view, Context context, Cursor cursor) { in bindView() method in RecipientsAdapter
/packages/experimental/NotificationLog/src/com/android/notificationlog/
DNotificationLogActivity.java83 private final void bindView(View view, EventLog.Event evt) { in bindView() method in NotificationLogActivity.NotificationLogAdapter
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java48 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in AlertAdapter
/packages/apps/Email/src/com/android/email/activity/
DMailboxMoveToAdapter.java107 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in MailboxMoveToAdapter
/packages/apps/Browser/src/com/android/browser/addbookmark/
DFolderSpinnerAdapter.java63 private void bindView(int position, View view, boolean isDropDown) { in bindView() method in FolderSpinnerAdapter
/packages/apps/Browser/src/com/android/browser/util/
DThreadedCursorAdapter.java209 public abstract void bindView(View view, T object); in bindView() method in ThreadedCursorAdapter
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DCorporaAdapter.java143 protected void bindView(CorpusView view, Corpus corpus) { in bindView() method in CorporaAdapter
/packages/apps/Contacts/src/com/android/contacts/widget/
DPinnedHeaderListDemoActivity.java74 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView() method in PinnedHeaderListDemoActivity.TestPinnedHeaderListAdapter
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaAdapter.java108 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in AgendaAdapter

12