Home
last modified time | relevance | path

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

123

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListFilterView.java79 public void bindView(AccountTypeManager accountTypes) { in bindView() method in ContactListFilterView
96 bindView(0, R.string.list_filter_all_accounts); in bindView()
100 bindView(R.drawable.ic_menu_star_holo_light, R.string.list_filter_all_starred); in bindView()
104 bindView(R.drawable.ic_menu_settings_holo_light, R.string.list_filter_customize); in bindView()
108 bindView(0, R.string.list_filter_phones); in bindView()
112 bindView(0, R.string.list_filter_single); in bindView()
132 private void bindView(int iconResource, int textResource) { in bindView() method in ContactListFilterView
DDefaultContactListAdapter.java178 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in DefaultContactListAdapter
179 super.bindView(itemView, partition, cursor, position); in bindView()
DPhoneNumberListAdapter.java327 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in PhoneNumberListAdapter
328 super.bindView(itemView, partition, cursor, position); in bindView()
/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/Browser/src/com/android/browser/util/
DThreadedCursorAdapter.java71 public void bindView(View view, Context context, Cursor cursor) { in ThreadedCursorAdapter()
123 bindView(view, container.bind_object); in ThreadedCursorAdapter()
178 bindView(convertView, container.bind_object); in getView()
180 bindView(convertView, cachedLoadObject()); in getView()
209 public abstract void bindView(View view, T object); in bindView() method in ThreadedCursorAdapter
/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/Browser/src/com/android/browser/addbookmark/
DFolderSpinnerAdapter.java63 private void bindView(int position, View view, boolean isDropDown) { in bindView() method in FolderSpinnerAdapter
111 bindView(position, convertView, true); in getDropDownView()
121 bindView(position, convertView, false); in getView()
/packages/apps/Contacts/src/com/android/contacts/list/
DHeaderEntryContactListAdapter.java95 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in HeaderEntryContactListAdapter
96 super.bindView(itemView, partition, cursor, position + getHeaderEntryCount()); in bindView()
DLegacyContactListAdapter.java84 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyContactListAdapter
85 super.bindView(itemView, partition, cursor, position); in bindView()
DLegacyPhoneNumberListAdapter.java89 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyPhoneNumberListAdapter
90 super.bindView(itemView, partition, cursor, position); in bindView()
DLegacyPostalAddressListAdapter.java89 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in LegacyPostalAddressListAdapter
90 super.bindView(itemView, partition, cursor, position); in bindView()
DPostalAddressListAdapter.java125 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in PostalAddressListAdapter
126 super.bindView(itemView, partition, cursor, position); in bindView()
DEmailAddressListAdapter.java134 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in EmailAddressListAdapter
135 super.bindView(itemView, partition, cursor, position); in bindView()
DJoinContactListAdapter.java184 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView() method in JoinContactListAdapter
185 super.bindView(itemView, partition, cursor, position); in bindView()
/packages/apps/Dialer/src/com/android/dialer/list/
DAllContactsFragment.java65 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in createListAdapter()
66 super.bindView(itemView, partition, cursor, position); in createListAdapter()
/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/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
DContactFragment.java697 bindView(v, entry); in getView()
708 protected void bindView(View view, ViewEntry entry) { in bindView() method in ContactFragment.ViewAdapter
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java617 bindView(view, cursor, 1); in bindStandAloneView()
622 bindView(view, cursor, 1); in bindChildView()
628 bindView(view, cursor, groupSize); in bindGroupView()
641 private void bindView(View callLogItemView, Cursor c, int count) { in bindView() method in CallLogAdapter
/packages/apps/Settings/src/com/android/settings/
DDataUsageSummary.java1864 UidDetailTask.bindView(mProvider, item, convertView); in getView()
2360 public static void bindView( in bindView() method in DataUsageSummary.UidDetailTask
2369 bindView(cachedDetail, target); in bindView()
2376 private static void bindView(UidDetail detail, View target) { in bindView() method in DataUsageSummary.UidDetailTask
2392 bindView(null, mTarget); in onPreExecute()
2402 bindView(result, mTarget); in onPostExecute()
DDeviceAdminSettings.java303 bindView(convertView, (DeviceAdminInfo) o); in getView()
334 private void bindView(View view, DeviceAdminInfo item) { in bindView() method in DeviceAdminSettings.PolicyListAdapter
/packages/apps/Settings/src/com/android/settings/notification/
DManagedServiceSettings.java303 bindView(v, position);
318 public void bindView(View view, int position) {
DNotificationAppList.java249 bindView(v, r, false /*animate*/); in getView()
280 public void bindView(final View view, Row r, boolean animate) { in bindView() method in NotificationAppList.NotificationAppAdapter
/packages/apps/Browser/src/com/android/browser/
DSuggestionsAdapter.java153 bindView(view, getItem(position)); in getView()
157 private void bindView(View view, SuggestItem item) { in bindView() method in SuggestionsAdapter
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java294 bindView(v, position); in getView()
304 public void bindView(View view, int position) { in bindView() method in RunningProcessesView.ServiceListAdapter

123