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

android.text.style.ReplacementSpan 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 abstract class ReplacementSpan
  extends android.text.style.MetricAffectingSpan
{
public  ReplacementSpan() { throw new RuntimeException("Stub!"); }
public abstract  int getSize(android.graphics.Paint paint, java.lang.CharSequence text, int start, int end, android.graphics.Paint.FontMetricsInt fm);
public abstract  void draw(android.graphics.Canvas canvas, java.lang.CharSequence text, int start, int end, float x, int top, int y, int bottom, android.graphics.Paint paint);
public  void updateMeasureState(android.text.TextPaint p) { throw new RuntimeException("Stub!"); }
public  void updateDrawState(android.text.TextPaint ds) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy