public class LoadingCircleDrawable extends LoadingDrawable
Drawable.Callback, Drawable.ConstantStatemBackgroundPaint, mForegroundPaintANIMATION_DURATION, FRAME_DURATION| 构造器和说明 |
|---|
LoadingCircleDrawable() |
LoadingCircleDrawable(int minSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
drawBackground(Canvas canvas,
Paint backgroundPaint) |
protected void |
drawForeground(Canvas canvas,
Paint foregroundPaint) |
protected void |
onBoundsChange(Rect bounds) |
protected void |
onProgressChange(float progress) |
protected void |
refresh(long startTime,
long curTime,
long timeLong) |
draw, getBackgroundColor, getBackgroundLineSize, getForegroundColor, getForegroundLineSize, getIntrinsicHeight, getIntrinsicWidth, getOpacity, getProgress, isRunning, setAlpha, setBackgroundColor, setBackgroundLineSize, setColorFilter, setForegroundColor, setForegroundLineSize, setProgress, start, stopapplyTheme, 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, onLayoutDirectionChanged, onLevelChange, onStateChange, resolveOpacity, scheduleSelf, setAutoMirrored, setBounds, setBounds, setCallback, setChangingConfigurations, setColorFilter, setDither, setFilterBitmap, setHotspot, setHotspotBounds, setLayoutDirection, setLevel, setState, setTint, setTintList, setTintMode, setVisible, unscheduleSelfpublic LoadingCircleDrawable()
public LoadingCircleDrawable(int minSize)
protected void onBoundsChange(Rect bounds)
onBoundsChange 在类中 Drawableprotected void onProgressChange(float progress)
onProgressChange 在类中 LoadingDrawableprotected void refresh(long startTime,
long curTime,
long timeLong)
refresh 在类中 LoadingDrawableprotected void drawBackground(Canvas canvas, Paint backgroundPaint)
drawBackground 在类中 LoadingDrawableprotected void drawForeground(Canvas canvas, Paint foregroundPaint)
drawForeground 在类中 LoadingDrawable