Home
last modified time | relevance | path

Searched refs:bindView (Results 1 – 25 of 62) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterView.java85 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
DHeaderEntryContactListAdapter.java92 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()
DLegacyContactListAdapter.java81 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()
DMultiSelectEntryContactListAdapter.java154 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()
DLegacyPostalAddressListAdapter.java86 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()
DLegacyPhoneNumberListAdapter.java86 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()
DPostalAddressListAdapter.java123 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()
DEmailAddressListAdapter.java132 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()
DMultiSelectEmailAddressesListAdapter.java144 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/
DAppDataUsagePreference.java49 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/
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
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/
DGalleryGridAdapter.java70 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/
DConversationViewAdapter.java148 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/
DCarouselView.java230 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/
DItem.java51 bindView(convertView); in getView()
55 abstract void bindView(View convertView); in bindView() method in Item
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DViewNumbersToImportAdapter.java48 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in ViewNumbersToImportAdapter
49 super.bindView(view, context, cursor); in bindView()
DBlockedNumbersAdapter.java52 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/
DBlockedListSearchAdapter.java64 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/
DBlockedNumbersAdapter.java40 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/
DNotificationLogActivity.java78 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/
DContactDropdownLayouter.java71 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/
DGroupMembersAdapter.java147 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/
DContactEntryAdapter.java241 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/
DDefaultContactListAdapter.java175 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/
DConversationMessageView.java619 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) {

123