public class SmartisanDrawable extends RefreshDrawable
| 构造器和说明 |
|---|
SmartisanDrawable(android.content.Context context,
PullRefreshLayout layout) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
draw(android.graphics.Canvas canvas) |
boolean |
isRunning() |
void |
offsetTopAndBottom(int offset) |
protected void |
onBoundsChange(android.graphics.Rect bounds) |
void |
setColorSchemeColors(int[] colorSchemeColors) |
void |
setPercent(float percent) |
void |
start() |
void |
stop() |
getContext, getOpacity, getRefreshLayout, invalidateDrawable, scheduleDrawable, setAlpha, setColorFilter, unscheduleDrawableapplyTheme, canApplyTheme, clearColorFilter, copyBounds, copyBounds, createFromPath, createFromResourceStream, createFromResourceStream, createFromStream, createFromXml, createFromXml, createFromXmlInner, createFromXmlInner, getAlpha, getBounds, getCallback, getChangingConfigurations, getColorFilter, getConstantState, getCurrent, getDirtyBounds, getIntrinsicHeight, getIntrinsicWidth, getLevel, getMinimumHeight, getMinimumWidth, getOutline, getPadding, getState, getTransparentRegion, inflate, inflate, invalidateSelf, isAutoMirrored, isStateful, isVisible, jumpToCurrentState, mutate, onLevelChange, onStateChange, resolveOpacity, scheduleSelf, setAutoMirrored, setBounds, setBounds, setCallback, setChangingConfigurations, setColorFilter, setDither, setFilterBitmap, setHotspot, setHotspotBounds, setLevel, setState, setTint, setTintList, setTintMode, setVisible, unscheduleSelfpublic SmartisanDrawable(android.content.Context context,
PullRefreshLayout layout)
protected void onBoundsChange(android.graphics.Rect bounds)
onBoundsChange 在类中 android.graphics.drawable.Drawablepublic void setPercent(float percent)
setPercent 在类中 RefreshDrawablepublic void setColorSchemeColors(int[] colorSchemeColors)
setColorSchemeColors 在类中 RefreshDrawablepublic void offsetTopAndBottom(int offset)
offsetTopAndBottom 在类中 RefreshDrawablepublic void start()
public void stop()
public boolean isRunning()
public void draw(android.graphics.Canvas canvas)
draw 在类中 android.graphics.drawable.Drawable