/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListFilterView.java | 85 public void bindView(AccountTypeManager accountTypes) { in bindView() method in ContactListFilterView 102 bindView(0, R.string.list_filter_all_accounts); in bindView() 106 bindView(R.drawable.quantum_ic_star_vd_theme_24, R.string.list_filter_all_starred); in bindView() 110 bindView(0, R.string.list_filter_customize); in bindView() 114 bindView(0, R.string.list_filter_phones); in bindView() 118 bindView(0, R.string.list_filter_single); in bindView() 139 private void bindView(int iconResource, int textResource) { in bindView() method in ContactListFilterView
|
D | HeaderEntryContactListAdapter.java | 92 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in HeaderEntryContactListAdapter 93 super.bindView(itemView, partition, cursor, position + getHeaderEntryCount()); in bindView()
|
D | LegacyContactListAdapter.java | 81 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyContactListAdapter 82 super.bindView(itemView, partition, cursor, position); in bindView()
|
D | MultiSelectEntryContactListAdapter.java | 154 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in MultiSelectEntryContactListAdapter 155 super.bindView(itemView, partition, cursor, position); in bindView()
|
D | LegacyPostalAddressListAdapter.java | 86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyPostalAddressListAdapter 87 super.bindView(itemView, partition, cursor, position); in bindView()
|
D | LegacyPhoneNumberListAdapter.java | 86 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyPhoneNumberListAdapter 87 super.bindView(itemView, partition, cursor, position); in bindView()
|
D | PostalAddressListAdapter.java | 123 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in PostalAddressListAdapter 124 super.bindView(itemView, partition, cursor, position); in bindView()
|
D | EmailAddressListAdapter.java | 132 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in EmailAddressListAdapter 133 super.bindView(itemView, partition, cursor, position); in bindView()
|
D | MultiSelectEmailAddressesListAdapter.java | 144 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in MultiSelectEmailAddressesListAdapter 145 super.bindView(itemView, partition, cursor, position); in bindView()
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
D | AppDataUsagePreference.java | 49 UidDetailTask.bindView(provider, item, this); in AppDataUsagePreference() 87 public static void bindView(UidDetailProvider provider, AppItem item, in bindView() method in AppDataUsagePreference.UidDetailTask 91 bindView(cachedDetail, target); in bindView() 97 private static void bindView(UidDetail detail, Preference target) { in bindView() method in AppDataUsagePreference.UidDetailTask 109 bindView(null, mTarget); in onPreExecute() 119 bindView(result, mTarget); in onPostExecute()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
D | CursorFactoryListAdapter.java | 35 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 69 mViewFactory.bindView(view, context, cursor); in newView() 74 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in CursorFactoryListAdapter 75 mViewFactory.bindView(view, context, cursor); in bindView()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
D | GalleryGridAdapter.java | 70 bindView(view, context, getCursor(), position); in getView() 74 private void bindView(View view, Context context, Cursor cursor, int position) { in bindView() method in GalleryGridAdapter 79 bindView(view, context, cursor); in bindView() 84 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in GalleryGridAdapter
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationViewAdapter.java | 148 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.ConversationHeaderItem 196 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.ConversationFooterItem 290 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.MessageHeaderItem 428 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.MessageFooterItem 502 public void bindView(View v, boolean measureOnly) { in bindView() method in ConversationViewAdapter.SuperCollapsedBlockItem 616 item.bindView(v, measureOnly); in getView()
|
/packages/apps/Car/Radio/src/com/android/car/radio/ |
D | CarouselView.java | 230 mAdapter.bindView(childView, currentAdapterPosition, in onMeasure() 279 mAdapter.bindView(childView, currentAdapterPosition, in onMeasure() 457 public abstract void bindView(View view, int position, boolean isFirstView); in bindView() method in CarouselView.Adapter
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
D | Item.java | 51 bindView(convertView); in getView() 55 abstract void bindView(View convertView); in bindView() method in Item
|
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/ |
D | ViewNumbersToImportAdapter.java | 48 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in ViewNumbersToImportAdapter 49 super.bindView(view, context, cursor); in bindView()
|
D | BlockedNumbersAdapter.java | 52 public void bindView(View view, final Context context, Cursor cursor) { in bindView() method in BlockedNumbersAdapter 53 super.bindView(view, context, cursor); in bindView()
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | BlockedListSearchAdapter.java | 64 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in BlockedListSearchAdapter 65 super.bindView(itemView, partition, cursor, position); in bindView()
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | BlockedNumbersAdapter.java | 40 public void bindView(View view, final Context context, final Cursor cursor) { in bindView() method in BlockedNumbersAdapter 41 super.bindView(view, context, cursor); in bindView()
|
/packages/experimental/NotificationLog/src/com/android/notificationlog/ |
D | NotificationLogActivity.java | 78 bindView(view, mNotificationEvents.get(position)); in getView() 83 private final void bindView(View view, EventLog.Event evt) { in bindView() method in NotificationLogActivity.NotificationLogAdapter
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactDropdownLayouter.java | 71 public View bindView(final View convertView, final ViewGroup parent, final RecipientEntry entry, in bindView() method in ContactDropdownLayouter 81 return super.bindView(convertView, parent, entry, position, type, substring, in bindView()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersAdapter.java | 147 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView() method in GroupMembersAdapter 148 super.bindView(v, partition, cursor, position); in bindView()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
D | ContactEntryAdapter.java | 241 bindView(v, getEntry(mSections, position, mSeparators)); in getView() 259 protected abstract void bindView(View view, E entry); in bindView() method in ContactEntryAdapter
|
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
D | DefaultContactListAdapter.java | 175 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in DefaultContactListAdapter 176 super.bindView(itemView, partition, cursor, position); in bindView()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationMessageView.java | 619 viewBinder.bindView(attachmentView, attachment); in bindAttachmentsOfSameType() 1093 void bindView(View view, MessagePartData attachment); in bindView() method 1099 public void bindView(final View view, final MessagePartData attachment) { 1111 public void bindView(final View view, final MessagePartData attachment) { 1127 public void bindView(final View view, final MessagePartData attachment) {
|