FileDocCategorySizeDatePackage
ImageSpan.javaAPI DocAndroid 5.1 API1756Sat Mar 14 14:09:34 GMT 2015android.text.style

ImageSpan.java

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!"); }
}