Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DAnimateDrawable.java28 private Transformation mTransformation = new Transformation(); field in AnimateDrawable
64 mTransformation); in draw() local
65 canvas.concat(mTransformation.getMatrix()); in draw()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DUrlImageBinder.java40 final String url = mTransformation.transform(cursor, columnIndex); in bind()
DAdapters.java292 protected final CursorTransformation mTransformation; field in Adapters.CursorBinder
304 mTransformation = transformation; in CursorBinder()
1162 final String text = mTransformation.transform(cursor, columnIndex); in bind()
1197 final String text = mTransformation.transform(cursor, columnIndex); in bind()
1215 mTransformation.transform(cursor, columnIndex))); in bind()
1233 final int resource = mTransformation.transformToResource(cursor, columnIndex); in bind()