Home
last modified time | relevance | path

Searched defs:transformation (Results 1 – 3 of 3) sorted by relevance

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DUrlImageBinder.java32 public UrlImageBinder(Context context, Adapters.CursorTransformation transformation) { in UrlImageBinder()
DAdapters.java302 public CursorBinder(Context context, CursorTransformation transformation) { in CursorBinder()
725 CursorTransformation transformation = mIdentity; in findBinder() local
769 private CursorBinder createBinder(String type, CursorTransformation transformation) { in createBinder()
799 private void findMap(MapTransformation transformation, boolean drawable) { in findMap()
835 CursorTransformation transformation = null; in findTransformation() local
1155 public StringBinder(Context context, CursorTransformation transformation) { in StringBinder()
1174 public ImageBinder(Context context, CursorTransformation transformation) { in ImageBinder()
1191 public TagBinder(Context context, CursorTransformation transformation) { in TagBinder()
1207 public ImageUriBinder(Context context, CursorTransformation transformation) { in ImageUriBinder()
1226 public DrawableBinder(Context context, CursorTransformation transformation) { in DrawableBinder()
DContactPhotoBinder.java50 public ContactPhotoBinder(Context context, Adapters.CursorTransformation transformation) { in ContactPhotoBinder()