FileDocCategorySizeDatePackage
HideReturnsTransformationMethod.javaAPI DocAndroid 5.1 API494Sat Mar 14 14:09:42 GMT 2015android.text.method

HideReturnsTransformationMethod.java

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