Searched refs:CursorTransformation (Results 1 – 3 of 3) sorted by relevance
292 protected final CursorTransformation mTransformation;302 public CursorBinder(Context context, CursorTransformation transformation) { in CursorBinder()335 public static abstract class CursorTransformation { class in Adapters346 public CursorTransformation(Context context) { in CursorTransformation() method in Adapters.CursorTransformation601 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 …]
32 public UrlImageBinder(Context context, Adapters.CursorTransformation transformation) { in UrlImageBinder()
50 public ContactPhotoBinder(Context context, Adapters.CursorTransformation transformation) { in ContactPhotoBinder()