Home
last modified time | relevance | path

Searched refs:CursorBinder (Results 1 – 3 of 3) sorted by relevance

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java279 public static abstract class CursorBinder { class in Adapters
302 public CursorBinder(Context context, CursorTransformation transformation) { in CursorBinder() method in Adapters.CursorBinder
598 private final HashMap<String, CursorBinder> mBinders;
611 mBinders = new HashMap<String, CursorBinder>(); in XmlCursorAdapterParser()
722 private CursorBinder findBinder(String type) throws IOException, XmlPullParserException { in findBinder()
769 private CursorBinder createBinder(String type, CursorTransformation transformation) { in createBinder()
774 if (CursorBinder.class.isAssignableFrom(klass)) { in createBinder()
777 return (CursorBinder) c.newInstance(mContext, transformation); in createBinder()
908 private final CursorBinder[] mBinders;
913 HashMap<String, CursorBinder> binders) { in XmlCursorAdapter()
[all …]
DUrlImageBinder.java28 public class UrlImageBinder extends Adapters.CursorBinder {
DContactPhotoBinder.java42 public class ContactPhotoBinder extends Adapters.CursorBinder {