HomeSort by relevance Sort by last modified time
    Searched refs:CursorTransformation (Results 1 - 3 of 3) sorted by null

  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
UrlImageBinder.java 32 public UrlImageBinder(Context context, Adapters.CursorTransformation transformation) {
Adapters.java 173 * or an instance of {@link Adapters.CursorTransformation}</li>
204 * implementation of {@link Adapters.CursorTransformation}. Custom
240 * <li>{@link Adapters.CursorTransformation}</li>
277 * @see Adapters.CursorTransformation
292 protected final CursorTransformation mTransformation;
302 public CursorBinder(Context context, CursorTransformation transformation) {
335 public static abstract class CursorTransformation {
346 public CursorTransformation(Context context) {
601 private final CursorTransformation mIdentity;
    [all...]
ContactPhotoBinder.java 50 public ContactPhotoBinder(Context context, Adapters.CursorTransformation transformation) {

Completed in 143 milliseconds