Java android.text.method TransformationMethod fields, constructors, methods, implement or subclass

Example usage for Java android.text.method TransformationMethod fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.method TransformationMethod.

The text is from its open source code.

Constructor

Method

CharSequencegetTransformation(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.