Searched defs:MapTransformation (Results 1 - 1 of 1) sorted by relevance

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DAdapters.java744 if (!(transformation instanceof MapTransformation)) {
745 transformation = new MapTransformation(context);
747 findMap(((MapTransformation) transformation), isDrawable);
799 private void findMap(MapTransformation transformation, boolean drawable) {
1114 private static class MapTransformation extends CursorTransformation { class in class:Adapters
1118 public MapTransformation(Context context) { method in class:Adapters.MapTransformation

Completed in 520 milliseconds