Home | History | Annotate | Download | only in xmladapters

Lines Matching refs:mTransformation

292         protected final CursorTransformation mTransformation;
304 mTransformation = transformation;
317 * @see #mTransformation
1162 final String text = mTransformation.transform(cursor, columnIndex);
1197 final String text = mTransformation.transform(cursor, columnIndex);
1215 mTransformation.transform(cursor, columnIndex)));
1233 final int resource = mTransformation.transformToResource(cursor, columnIndex);