FileDocCategorySizeDatePackage
PasswordTransformationMethod.javaAPI DocAndroid 5.1 API1059Sat Mar 14 14:09:36 GMT 2015android.text.method

PasswordTransformationMethod

public class PasswordTransformationMethod extends Object implements android.text.method.TransformationMethod, android.text.TextWatcher

Fields Summary
Constructors Summary
public PasswordTransformationMethod()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidafterTextChanged(android.text.Editable s)

 throw new RuntimeException("Stub!"); 
public voidbeforeTextChanged(java.lang.CharSequence s, int start, int count, int after)

 throw new RuntimeException("Stub!"); 
public static android.text.method.PasswordTransformationMethodgetInstance()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetTransformation(java.lang.CharSequence source, android.view.View view)

 throw new RuntimeException("Stub!"); 
public voidonFocusChanged(android.view.View view, java.lang.CharSequence sourceText, boolean focused, int direction, android.graphics.Rect previouslyFocusedRect)

 throw new RuntimeException("Stub!"); 
public voidonTextChanged(java.lang.CharSequence s, int start, int before, int count)

 throw new RuntimeException("Stub!");