FileDocCategorySizeDatePackage
SingleLineTransformationMethod.javaAPI DocAndroid 5.1 API491Sat Mar 14 14:09:38 GMT 2015android.text.method

SingleLineTransformationMethod.java

package android.text.method;
public class SingleLineTransformationMethod
  extends android.text.method.ReplacementTransformationMethod
{
public  SingleLineTransformationMethod() { throw new RuntimeException("Stub!"); }
protected  char[] getOriginal() { throw new RuntimeException("Stub!"); }
protected  char[] getReplacement() { throw new RuntimeException("Stub!"); }
public static  android.text.method.SingleLineTransformationMethod getInstance() { throw new RuntimeException("Stub!"); }
}