public class CardShadowDrawable
extends Drawable
Modifier and Type | Method and Description |
---|---|
void |
draw(Canvas canvas) |
int |
getOpacity() |
static int |
getShadowBottom(float shadowSize) |
static int |
getShadowHorizontal(float shadowSize) |
static int |
getShadowRight(float shadowSize) |
static int |
getShadowTop(float shadowSize) |
void |
setAlpha(int alpha) |
void |
setColorFilter(ColorFilter cf) |
public void setAlpha(int alpha)
public static int getShadowHorizontal(float shadowSize)
public static int getShadowTop(float shadowSize)
public static int getShadowRight(float shadowSize)
public static int getShadowBottom(float shadowSize)
public void setColorFilter(ColorFilter cf)
public int getOpacity()
public void draw(Canvas canvas)