Searched refs:Adapters (Results 1 – 6 of 6) sorted by relevance
28 public class UrlImageBinder extends Adapters.CursorBinder {32 public UrlImageBinder(Context context, Adapters.CursorTransformation transformation) { in UrlImageBinder()
42 public class ContactPhotoBinder extends Adapters.CursorBinder {50 public ContactPhotoBinder(Context context, Adapters.CursorTransformation transformation) { in ContactPhotoBinder()
35 setListAdapter(Adapters.loadAdapter(this, R.xml.contacts)); in onCreate()
36 setListAdapter(Adapters.loadCursorAdapter(this, R.xml.photos, in onCreate()
38 setListAdapter(Adapters.loadCursorAdapter(this, R.xml.rss_feed, in onCreate()
260 public class Adapters { class