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

PasswordTransformationMethod.java

package android.text.method;
public class PasswordTransformationMethod
  implements android.text.method.TransformationMethod, android.text.TextWatcher
{
public  PasswordTransformationMethod() { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getTransformation(java.lang.CharSequence source, android.view.View view) { throw new RuntimeException("Stub!"); }
public static  android.text.method.PasswordTransformationMethod getInstance() { throw new RuntimeException("Stub!"); }
public  void beforeTextChanged(java.lang.CharSequence s, int start, int count, int after) { throw new RuntimeException("Stub!"); }
public  void onTextChanged(java.lang.CharSequence s, int start, int before, int count) { throw new RuntimeException("Stub!"); }
public  void afterTextChanged(android.text.Editable s) { throw new RuntimeException("Stub!"); }
public  void onFocusChanged(android.view.View view, java.lang.CharSequence sourceText, boolean focused, int direction, android.graphics.Rect previouslyFocusedRect) { throw new RuntimeException("Stub!"); }
}