Example usage for Java android.text.method TransformationMethod fields, constructors, methods, implement or subclass
The text is from its open source code.
CharSequence | getTransformation(CharSequence source, View view) Returns a CharSequence that is a transformation of the source text -- for example, replacing each character with a dot in a password field. |