Searched refs:CursorBinder (Results 1 – 3 of 3) sorted by relevance
279 public static abstract class CursorBinder { class in Adapters302 public CursorBinder(Context context, CursorTransformation transformation) { in CursorBinder() method in Adapters.CursorBinder598 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 …]
28 public class UrlImageBinder extends Adapters.CursorBinder {
42 public class ContactPhotoBinder extends Adapters.CursorBinder {