android.text.AutoText Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.text;
public class AutoText
{
AutoText() { throw new RuntimeException("Stub!"); }
public static java.lang.String get(java.lang.CharSequence src, int start, int end, android.view.View view) { throw new RuntimeException("Stub!"); }
public static int getSize(android.view.View view) { throw new RuntimeException("Stub!"); }
}