android.text.style.ImageSpan 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 class ImageSpan
extends android.text.style.DynamicDrawableSpan
{
@java.lang.Deprecated()
public ImageSpan(android.graphics.Bitmap b) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public ImageSpan(android.graphics.Bitmap b, int verticalAlignment) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.content.Context context, android.graphics.Bitmap b) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.content.Context context, android.graphics.Bitmap b, int verticalAlignment) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.graphics.drawable.Drawable d) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.graphics.drawable.Drawable d, int verticalAlignment) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.graphics.drawable.Drawable d, java.lang.String source) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.graphics.drawable.Drawable d, java.lang.String source, int verticalAlignment) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.content.Context context, android.net.Uri uri) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.content.Context context, android.net.Uri uri, int verticalAlignment) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.content.Context context, int resourceId) { throw new RuntimeException("Stub!"); }
public ImageSpan(android.content.Context context, int resourceId, int verticalAlignment) { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable getDrawable() { throw new RuntimeException("Stub!"); }
public java.lang.String getSource() { throw new RuntimeException("Stub!"); }
}