android.text.TextPaint 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 TextPaint
extends android.graphics.Paint
{
public TextPaint() { throw new RuntimeException("Stub!"); }
public TextPaint(int flags) { throw new RuntimeException("Stub!"); }
public TextPaint(android.graphics.Paint p) { throw new RuntimeException("Stub!"); }
public void set(android.text.TextPaint tp) { throw new RuntimeException("Stub!"); }
public int bgColor;
public int baselineShift;
public int linkColor;
public int[] drawableState = null;
public float density;
}