public class ArrowDrawable
extends android.graphics.drawable.ColorDrawable
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO |
static int |
BOTTOM |
static int |
LEFT |
static int |
RIGHT |
static int |
TOP |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(android.graphics.Canvas canvas) |
int |
getOpacity() |
protected void |
onBoundsChange(android.graphics.Rect bounds) |
void |
setAlpha(int alpha) |
void |
setColor(int color) |
void |
setColorFilter(android.graphics.ColorFilter colorFilter) |
applyTheme, canApplyTheme, getAlpha, getChangingConfigurations, getColor, getConstantState, getOutline, inflate, isStateful, mutate, onStateChange, setTintList, setTintModeclearColorFilter, copyBounds, copyBounds, createFromPath, createFromResourceStream, createFromResourceStream, createFromStream, createFromXml, createFromXml, createFromXmlInner, createFromXmlInner, getBounds, getCallback, getColorFilter, getCurrent, getDirtyBounds, getHotspotBounds, getIntrinsicHeight, getIntrinsicWidth, getLayoutDirection, getLevel, getMinimumHeight, getMinimumWidth, getPadding, getState, getTransparentRegion, inflate, invalidateSelf, isAutoMirrored, isFilterBitmap, isVisible, jumpToCurrentState, onLayoutDirectionChanged, onLevelChange, resolveOpacity, scheduleSelf, setAutoMirrored, setBounds, setBounds, setCallback, setChangingConfigurations, setColorFilter, setDither, setFilterBitmap, setHotspot, setHotspotBounds, setLayoutDirection, setLevel, setState, setTint, setVisible, unscheduleSelfpublic static final int LEFT
public static final int TOP
public static final int RIGHT
public static final int BOTTOM
public static final int AUTO
protected void onBoundsChange(android.graphics.Rect bounds)
onBoundsChange in class android.graphics.drawable.Drawablepublic void draw(android.graphics.Canvas canvas)
draw in class android.graphics.drawable.ColorDrawablepublic void setAlpha(int alpha)
setAlpha in class android.graphics.drawable.ColorDrawablepublic void setColor(int color)
setColor in class android.graphics.drawable.ColorDrawablepublic void setColorFilter(android.graphics.ColorFilter colorFilter)
setColorFilter in class android.graphics.drawable.ColorDrawablepublic int getOpacity()
getOpacity in class android.graphics.drawable.ColorDrawable