Home
last modified time | relevance | path

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

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java292 protected final CursorTransformation mTransformation;
302 public CursorBinder(Context context, CursorTransformation transformation) { in CursorBinder()
335 public static abstract class CursorTransformation { class in Adapters
346 public CursorTransformation(Context context) { in CursorTransformation() method in Adapters.CursorTransformation
601 private final CursorTransformation mIdentity;
725 CursorTransformation transformation = mIdentity; in findBinder()
769 private CursorBinder createBinder(String type, CursorTransformation transformation) { in createBinder()
776 Context.class, CursorTransformation.class); in createBinder()
833 private CursorTransformation findTransformation() { in findTransformation()
835 CursorTransformation transformation = null; in findTransformation()
[all …]
DUrlImageBinder.java32 public UrlImageBinder(Context context, Adapters.CursorTransformation transformation) { in UrlImageBinder()
DContactPhotoBinder.java50 public ContactPhotoBinder(Context context, Adapters.CursorTransformation transformation) { in ContactPhotoBinder()