All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.text.style.LineBackgroundSpan Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy