FileDocCategorySizeDatePackage
Drawable.javaAPI DocAndroid 5.1 API8177Sat Mar 14 14:09:34 GMT 2015android.graphics.drawable

Drawable

public abstract class Drawable extends Object

Fields Summary
Constructors Summary
public Drawable()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidapplyTheme(android.content.res.Resources.Theme t)

 throw new RuntimeException("Stub!"); 
public booleancanApplyTheme()

 throw new RuntimeException("Stub!"); 
public voidclearColorFilter()

 throw new RuntimeException("Stub!"); 
public final voidcopyBounds(android.graphics.Rect bounds)

 throw new RuntimeException("Stub!"); 
public final android.graphics.RectcopyBounds()

 throw new RuntimeException("Stub!"); 
public static android.graphics.drawable.DrawablecreateFromPath(java.lang.String pathName)

 throw new RuntimeException("Stub!"); 
public static android.graphics.drawable.DrawablecreateFromResourceStream(android.content.res.Resources res, android.util.TypedValue value, java.io.InputStream is, java.lang.String srcName)

 throw new RuntimeException("Stub!"); 
public static android.graphics.drawable.DrawablecreateFromResourceStream(android.content.res.Resources res, android.util.TypedValue value, java.io.InputStream is, java.lang.String srcName, android.graphics.BitmapFactory.Options opts)

 throw new RuntimeException("Stub!"); 
public static android.graphics.drawable.DrawablecreateFromStream(java.io.InputStream is, java.lang.String srcName)

 throw new RuntimeException("Stub!"); 
public static android.graphics.drawable.DrawablecreateFromXml(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser)

 throw new RuntimeException("Stub!"); 
public static android.graphics.drawable.DrawablecreateFromXml(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser, android.content.res.Resources.Theme theme)

 throw new RuntimeException("Stub!"); 
public static android.graphics.drawable.DrawablecreateFromXmlInner(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public static android.graphics.drawable.DrawablecreateFromXmlInner(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser, android.util.AttributeSet attrs, android.content.res.Resources.Theme theme)

 throw new RuntimeException("Stub!"); 
public abstract voiddraw(android.graphics.Canvas canvas)

public intgetAlpha()

 throw new RuntimeException("Stub!"); 
public final android.graphics.RectgetBounds()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.Drawable$CallbackgetCallback()

 throw new RuntimeException("Stub!"); 
public intgetChangingConfigurations()

 throw new RuntimeException("Stub!"); 
public android.graphics.ColorFiltergetColorFilter()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.Drawable$ConstantStategetConstantState()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetCurrent()

 throw new RuntimeException("Stub!"); 
public android.graphics.RectgetDirtyBounds()

 throw new RuntimeException("Stub!"); 
public intgetIntrinsicHeight()

 throw new RuntimeException("Stub!"); 
public intgetIntrinsicWidth()

 throw new RuntimeException("Stub!"); 
public final intgetLevel()

 throw new RuntimeException("Stub!"); 
public intgetMinimumHeight()

 throw new RuntimeException("Stub!"); 
public intgetMinimumWidth()

 throw new RuntimeException("Stub!"); 
public abstract intgetOpacity()

public voidgetOutline(android.graphics.Outline outline)

 throw new RuntimeException("Stub!"); 
public booleangetPadding(android.graphics.Rect padding)

 throw new RuntimeException("Stub!"); 
public int[]getState()

 throw new RuntimeException("Stub!"); 
public android.graphics.RegiongetTransparentRegion()

 throw new RuntimeException("Stub!"); 
public voidinflate(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public voidinflate(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser, android.util.AttributeSet attrs, android.content.res.Resources.Theme theme)

 throw new RuntimeException("Stub!"); 
public voidinvalidateSelf()

 throw new RuntimeException("Stub!"); 
public booleanisAutoMirrored()

 throw new RuntimeException("Stub!"); 
public booleanisStateful()

 throw new RuntimeException("Stub!"); 
public final booleanisVisible()

 throw new RuntimeException("Stub!"); 
public voidjumpToCurrentState()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.Drawablemutate()

 throw new RuntimeException("Stub!"); 
protected voidonBoundsChange(android.graphics.Rect bounds)

 throw new RuntimeException("Stub!"); 
protected booleanonLevelChange(int level)

 throw new RuntimeException("Stub!"); 
protected booleanonStateChange(int[] state)

 throw new RuntimeException("Stub!"); 
public static intresolveOpacity(int op1, int op2)

 throw new RuntimeException("Stub!"); 
public voidscheduleSelf(java.lang.Runnable what, long when)

 throw new RuntimeException("Stub!"); 
public abstract voidsetAlpha(int alpha)

public voidsetAutoMirrored(boolean mirrored)

 throw new RuntimeException("Stub!"); 
public voidsetBounds(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public voidsetBounds(android.graphics.Rect bounds)

 throw new RuntimeException("Stub!"); 
public final voidsetCallback(android.graphics.drawable.Drawable$Callback cb)

 throw new RuntimeException("Stub!"); 
public voidsetChangingConfigurations(int configs)

 throw new RuntimeException("Stub!"); 
public abstract voidsetColorFilter(android.graphics.ColorFilter cf)

public voidsetColorFilter(int color, android.graphics.PorterDuff.Mode mode)

 throw new RuntimeException("Stub!"); 
public voidsetDither(boolean dither)

 throw new RuntimeException("Stub!"); 
public voidsetFilterBitmap(boolean filter)

 throw new RuntimeException("Stub!"); 
public voidsetHotspot(float x, float y)

 throw new RuntimeException("Stub!"); 
public voidsetHotspotBounds(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public final booleansetLevel(int level)

 throw new RuntimeException("Stub!"); 
public booleansetState(int[] stateSet)

 throw new RuntimeException("Stub!"); 
public voidsetTint(int tint)

 throw new RuntimeException("Stub!"); 
public voidsetTintList(android.content.res.ColorStateList tint)

 throw new RuntimeException("Stub!"); 
public voidsetTintMode(android.graphics.PorterDuff.Mode tintMode)

 throw new RuntimeException("Stub!"); 
public booleansetVisible(boolean visible, boolean restart)

 throw new RuntimeException("Stub!"); 
public voidunscheduleSelf(java.lang.Runnable what)

 throw new RuntimeException("Stub!");