Home | History | Annotate | Download | only in xmladapters

Lines Matching defs:transformed

310          * retrieved from the Cursor may or may not be transformed using this binder's
360 * @return A String containing the transformed value of the column.
1135 final String transformed = mStringMappings.get(value);
1136 return transformed == null ? value : transformed;
1142 final Integer transformed = mResourceMappings.get(value);
1144 return transformed == null ? Integer.parseInt(value) : transformed;