Searched refs:mTransformation (Results 1 – 3 of 3) sorted by relevance
28 private Transformation mTransformation = new Transformation(); field in AnimateDrawable64 mTransformation); in draw() local65 canvas.concat(mTransformation.getMatrix()); in draw()
40 final String url = mTransformation.transform(cursor, columnIndex); in bind()
292 protected final CursorTransformation mTransformation; field in Adapters.CursorBinder304 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()