HomeSort by relevance Sort by last modified time
    Searched refs:bindView (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /packages/experimental/LoaderApp/src/com/android/loaderapp/
CursorFactoryListAdapter.java 35 public void bindView(View view, Context context, Cursor cursor);
55 public void bindView(View view, Context context, Cursor cursor) {
69 mViewFactory.bindView(view, context, cursor);
74 public void bindView(View view, Context context, Cursor cursor) {
75 mViewFactory.bindView(view, context, cursor);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterView.java 79 public void bindView(AccountTypeManager accountTypes) {
96 bindView(0, R.string.list_filter_all_accounts);
100 bindView(R.drawable.ic_menu_star_holo_light, R.string.list_filter_all_starred);
104 bindView(R.drawable.ic_menu_settings_holo_light, R.string.list_filter_customize);
108 bindView(0, R.string.list_filter_phones);
112 bindView(0, R.string.list_filter_single);
132 private void bindView(int iconResource, int textResource) {
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 40 public abstract void bindView(View view, E item);
69 bindView(view, mList.get(position));
AppHwConfigList.java 130 bindView(view, mList.get(position));
134 private final void bindView(View view, PackageInfo info) {
RunningProcesses.java 121 bindView(view, mList.get(position));
125 private final void bindView(View view, ListItem info) {
  /frameworks/ex/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 46 bindView(convertView, getItem(position));
54 private static void bindView(View view, RecipientEntry entry) {
  /packages/apps/Browser/src/com/android/browser/addbookmark/
FolderSpinnerAdapter.java 63 private void bindView(int position, View view, boolean isDropDown) {
111 bindView(position, convertView, true);
121 bindView(position, convertView, false);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedDownloadAdapter.java 57 mDelegate.bindView(convertView, pos);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 108 bindView(result);
118 protected void bindView(ContactInfo contactInfo) {
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 114 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
118 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
127 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
135 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
145 mSimpleCursorAdapter.bindView(illegalView, null, mCursor);
336 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
340 mSimpleCursorAdapter.bindView(listItem, null, mCursor);
348 mSimpleCursorAdapter.bindView(listItem, null, newCursor);
352 mSimpleCursorAdapter.bindView(listItem, null, newCursor);
  /packages/apps/Browser/src/com/android/browser/util/
ThreadedCursorAdapter.java 71 public void bindView(View view, Context context, Cursor cursor) {
123 bindView(view, container.bind_object);
178 bindView(convertView, container.bind_object);
180 bindView(convertView, cachedLoadObject());
209 public abstract void bindView(View view, T object);
  /frameworks/base/core/java/android/widget/
SimpleCursorTreeAdapter.java 212 private void bindView(View view, Context context, Cursor cursor, int[] from, int[] to) {
254 bindView(view, context, cursor, mChildFrom, mChildTo);
264 bindView(view, context, cursor, mGroupFrom, mGroupTo);
268 * Called by bindView() to set the image for an ImageView. By default, the
284 * Called by bindView() to set the text for a TextView but only if
SimpleExpandableListAdapter.java 229 bindView(v, mChildData.get(groupPosition).get(childPosition), mChildFrom, mChildTo);
243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) {
278 bindView(v, mGroupData.get(groupPosition), mGroupFrom, mGroupTo);
CursorAdapter.java 250 bindView(v, mContext, mCursor);
264 bindView(v, mContext, mCursor);
300 public abstract void bindView(View view, Context context, Cursor cursor);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerListHelper.java 67 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastCursorAdapter.java 65 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorporaAdapter.java 139 bindView(view, corpus);
143 protected void bindView(CorpusView view, Corpus corpus) {
  /packages/experimental/NotificationLog/src/com/android/notificationlog/
NotificationLogActivity.java 78 bindView(view, mNotificationEvents.get(position));
83 private final void bindView(View view, EventLog.Event evt) {
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 54 protected void bindView(View view, String directoryType, String directoryName,
  /packages/apps/Email/src/com/android/email/
EmailAddressAdapter.java 55 protected void bindView(View view, String directoryType, String directoryName,
  /packages/apps/Gallery2/src/com/android/photos/adapters/
AlbumSetCursorAdapter.java 50 public void bindView(View v, Context context, Cursor cursor) {
PhotoThumbnailAdapter.java 48 public void bindView(View view, Context context, Cursor cursor) {
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 49 public void bindView(View view, Context context, Cursor cursor) {
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 40 public void bindView(View view, Context context, Cursor cursor) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSimpleCursorAdapter.java 120 * @see android.widget.CursorAdapter#bindView(android.view.View,
128 public void bindView(View view, Context context, Cursor cursor) {
166 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
180 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
189 * Called by bindView() to set the image for an ImageView but only if
213 * Called by bindView() to set the text for a TextView but only if
386 bindView(v, mContext, mCursor);
400 bindView(v, mContext, mCursor);

Completed in 1163 milliseconds

1 2 3 4 5