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

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

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
package android.text.style;
public class IconMarginSpan
  implements android.text.style.LeadingMarginSpan, android.text.style.LineHeightSpan
{
public  IconMarginSpan(android.graphics.Bitmap b) { throw new RuntimeException("Stub!"); }
public  IconMarginSpan(android.graphics.Bitmap b, int pad) { throw new RuntimeException("Stub!"); }
public  int getLeadingMargin(boolean first) { throw new RuntimeException("Stub!"); }
public  void drawLeadingMargin(android.graphics.Canvas c, android.graphics.Paint p, int x, int dir, int top, int baseline, int bottom, java.lang.CharSequence text, int start, int end, boolean first, android.text.Layout layout) { throw new RuntimeException("Stub!"); }
public  void chooseHeight(java.lang.CharSequence text, int start, int end, int istartv, int v, android.graphics.Paint.FontMetricsInt fm) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy