public class BubbleDrawable extends Drawable
Drawable.Callback, Drawable.ConstantState| 构造器和说明 |
|---|
BubbleDrawable(Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
draw(Canvas canvas) |
int |
getIntrinsicHeight() |
int |
getIntrinsicWidth() |
int |
getOpacity() |
void |
setAlpha(int alpha) |
void |
setBounds(int left,
int top,
int right,
int bottom) |
void |
setColorFilter(ColorFilter colorFilter) |
void |
setText(String text) |
applyTheme, canApplyTheme, clearColorFilter, copyBounds, copyBounds, createFromPath, createFromResourceStream, createFromResourceStream, createFromStream, createFromXml, createFromXml, createFromXmlInner, createFromXmlInner, getAlpha, getBounds, getCallback, getChangingConfigurations, getColorFilter, getConstantState, getCurrent, getDirtyBounds, getHotspotBounds, getLayoutDirection, getLevel, getMinimumHeight, getMinimumWidth, getOutline, getPadding, getState, getTransparentRegion, inflate, inflate, invalidateSelf, isAutoMirrored, isFilterBitmap, isStateful, isVisible, jumpToCurrentState, mutate, onBoundsChange, onLayoutDirectionChanged, onLevelChange, onStateChange, resolveOpacity, scheduleSelf, setAutoMirrored, setBounds, setCallback, setChangingConfigurations, setColorFilter, setDither, setFilterBitmap, setHotspot, setHotspotBounds, setLayoutDirection, setLevel, setState, setTint, setTintList, setTintMode, setVisible, unscheduleSelfpublic BubbleDrawable(Context context)
public void setText(String text)
public void setColorFilter(@Nullable ColorFilter colorFilter)
setColorFilter 在类中 Drawablepublic int getOpacity()
getOpacity 在类中 Drawablepublic int getIntrinsicWidth()
getIntrinsicWidth 在类中 Drawablepublic int getIntrinsicHeight()
getIntrinsicHeight 在类中 Drawable