FileDocCategorySizeDatePackage
RippleDrawable.javaAPI DocAndroid 5.1 API2561Sat Mar 14 14:09:40 GMT 2015android.graphics.drawable

RippleDrawable

public class RippleDrawable extends android.graphics.drawable.LayerDrawable

Fields Summary
Constructors Summary
public RippleDrawable(android.content.res.ColorStateList color, android.graphics.drawable.Drawable content, android.graphics.drawable.Drawable mask)

 super((android.graphics.drawable.Drawable[])null); 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 voiddraw(android.graphics.Canvas canvas)

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

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

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

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

 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 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 booleanonStateChange(int[] stateSet)

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

 throw new RuntimeException("Stub!"); 
public voidsetColor(android.content.res.ColorStateList color)

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

 throw new RuntimeException("Stub!"); 
public booleansetDrawableByLayerId(int id, android.graphics.drawable.Drawable drawable)

 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 voidsetPaddingMode(int mode)

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

 throw new RuntimeException("Stub!");