public class RipAnimDrawable extends RipDrawable implements Animatable
Drawable.Callback, Drawable.ConstantStateANIMATION_DURATION, FRAME_DURATION| 构造器和说明 |
|---|
RipAnimDrawable() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
draw(Canvas canvas,
Path path,
Paint paint) |
boolean |
isRunning() |
protected void |
onBoundsChange(Rect bounds) |
protected void |
onInAnimateUpdate(float factor) |
void |
start() |
void |
stop() |
draw, getAlpha, getColor, getOpacity, getPaint, initPath, initPath, initPathSmooth, isRandom, isSmooth, setAlpha, setColor, setColorFilter, setColorUnInvalidate, setDeepness, setFluCount, setIsRandom, setRandom, setSmoothapplyTheme, canApplyTheme, clearColorFilter, copyBounds, copyBounds, createFromPath, createFromResourceStream, createFromResourceStream, createFromStream, createFromXml, createFromXml, createFromXmlInner, createFromXmlInner, getBounds, getCallback, getChangingConfigurations, getColorFilter, getConstantState, getCurrent, getDirtyBounds, getHotspotBounds, getIntrinsicHeight, getIntrinsicWidth, getLayoutDirection, getLevel, getMinimumHeight, getMinimumWidth, getOutline, getPadding, getState, getTransparentRegion, inflate, inflate, invalidateSelf, isAutoMirrored, isFilterBitmap, isStateful, isVisible, jumpToCurrentState, mutate, onLayoutDirectionChanged, onLevelChange, onStateChange, resolveOpacity, scheduleSelf, setAutoMirrored, setBounds, setBounds, setCallback, setChangingConfigurations, setColorFilter, setDither, setFilterBitmap, setHotspot, setHotspotBounds, setLayoutDirection, setLevel, setState, setTint, setTintList, setTintMode, setVisible, unscheduleSelfprotected void draw(Canvas canvas, Path path, Paint paint)
draw 在类中 RipDrawableprotected void onBoundsChange(Rect bounds)
onBoundsChange 在类中 RipDrawableprotected void onInAnimateUpdate(float factor)
public void start()
start 在接口中 Animatablepublic void stop()
stop 在接口中 Animatablepublic boolean isRunning()
isRunning 在接口中 Animatable