Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DArrayAdapter.java40 public abstract void bindView(View view, E item); in bindView() method in ArrayAdapter
69 bindView(view, mList.get(position)); in getView()
DAppHwConfigList.java130 bindView(view, mList.get(position)); in getView()
134 private final void bindView(View view, PackageInfo info) { in bindView() method in AppHwConfigList.AppListAdapter
DRunningProcesses.java121 bindView(view, mList.get(position)); in getView()
125 private final void bindView(View view, ListItem info) { in bindView() method in RunningProcesses.AppListAdapter
DInstrumentationList.java92 bindView(view, mList.get(position)); in getView()
96 private final void bindView(View view, InstrumentationInfo info) in bindView() method in InstrumentationAdapter
DPackageBrowser.java74 public void bindView(View view, MyPackageInfo info) { in bindView() method in PackageBrowser.PackageListAdapter
/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
DMeatAdapter.java66 bindView(holder, position); in getView()
70 public void bindView(ViewHolder holder, int position) { in bindView() method in MeatAdapter
/development/samples/BusinessCard/src/com/example/android/businesscard/
DBusinessCardActivity.java108 bindView(result); in loadContactInfo()
118 protected void bindView(ContactInfo contactInfo) { in bindView() method in BusinessCardActivity
/development/samples/ApiDemos/src/com/example/android/apis/view/
DAutoComplete4.java72 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in AutoComplete4.ContactListAdapter
/development/samples/ApiDemos/src/com/example/android/apis/app/
DQuickContactsDemo.java76 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in QuickContactsDemo.ContactListItemAdapter
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java292 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in ChangedContacts.DeleteAdapter
323 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in ChangedContacts.ChangeAdapter
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java368 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in PhotoThumbnailFragment.GridViewAdapter
/development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
DPaletteActivity.java187 public void bindView(final View view, Context context, Cursor cursor) { in bindView() method in PaletteActivity.PaletteMediaStoreListFragment.PhotosCursorAdapter
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java719 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in ContactsListFragment.ContactsAdapter
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java940 public void bindView(View view, Context context, Cursor cursor) { in bindView() method in Adapters.XmlCursorAdapter