android.text.style.LineBackgroundSpan 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.style;
public interface LineBackgroundSpan
extends android.text.style.ParagraphStyle
{
public abstract void drawBackground(android.graphics.Canvas c, android.graphics.Paint p, int left, int right, int top, int baseline, int bottom, java.lang.CharSequence text, int start, int end, int lnum);
}