Searched defs:PasswordTransformationMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java34 public class PasswordTransformationMethod class in inherits:TransformationMethod,TextWatcher
62 public static PasswordTransformationMethod getInstance() {
66 sInstance = new PasswordTransformationMethod();
239 public Visible(Spannable sp, PasswordTransformationMethod ptm) {
250 private PasswordTransformationMethod mTransformer;
264 private static PasswordTransformationMethod sInstance;

Completed in 43 milliseconds