FileDocCategorySizeDatePackage
DrawableContainer.javaAPI DocAndroid 5.1 API5850Sat Mar 14 14:09:44 GMT 2015android.graphics.drawable

DrawableContainer

public class DrawableContainer extends android.graphics.drawable.Drawable implements android.graphics.drawable.Drawable.Callback

Fields Summary
Constructors Summary
public DrawableContainer()

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

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

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidgetOutline(android.graphics.Outline outline)

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

 throw new RuntimeException("Stub!"); 
public voidinvalidateDrawable(android.graphics.drawable.Drawable who)

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

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

 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 voidscheduleDrawable(android.graphics.drawable.Drawable who, java.lang.Runnable what, long when)

 throw new RuntimeException("Stub!"); 
public booleanselectDrawable(int idx)

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

 throw new RuntimeException("Stub!"); 
public voidsetAutoMirrored(boolean mirrored)

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

 throw new RuntimeException("Stub!"); 
protected voidsetConstantState(android.graphics.drawable.DrawableContainer$DrawableContainerState state)

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

 throw new RuntimeException("Stub!"); 
public voidsetEnterFadeDuration(int ms)

 throw new RuntimeException("Stub!"); 
public voidsetExitFadeDuration(int ms)

 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 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 voidunscheduleDrawable(android.graphics.drawable.Drawable who, java.lang.Runnable what)

 throw new RuntimeException("Stub!");