public class AnimationScaleListDrawableCompat extends DrawableContainerCompat implements android.graphics.drawable.Animatable
| 构造器和说明 |
|---|
AnimationScaleListDrawableCompat(android.graphics.drawable.Drawable[] drawables) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
applyTheme(android.content.res.Resources.Theme theme) |
void |
clearMutated() |
boolean |
isRunning() |
android.graphics.drawable.Drawable |
mutate() |
protected boolean |
onStateChange(int[] stateSet)
Set the current drawable according to the animation scale.
|
protected void |
setConstantState(me.zhanghai.android.materialprogressbar.internal.DrawableContainerCompat.DrawableContainerState state) |
void |
start() |
void |
stop() |
canApplyTheme, draw, getAlpha, getChangingConfigurations, getConstantState, getCurrent, getHotspotBounds, getIntrinsicHeight, getIntrinsicWidth, getMinimumHeight, getMinimumWidth, getOpacity, getOutline, getPadding, invalidateDrawable, isAutoMirrored, isStateful, jumpToCurrentState, onBoundsChange, onLayoutDirectionChanged, onLevelChange, scheduleDrawable, setAlpha, setAutoMirrored, setColorFilter, setDither, setEnterFadeDuration, setExitFadeDuration, setHotspot, setHotspotBounds, setTintList, setTintMode, setVisible, unscheduleDrawableclearColorFilter, copyBounds, copyBounds, createFromPath, createFromResourceStream, createFromResourceStream, createFromStream, createFromXml, createFromXml, createFromXmlInner, createFromXmlInner, getBounds, getCallback, getColorFilter, getDirtyBounds, getLayoutDirection, getLevel, getState, getTransparentRegion, inflate, inflate, invalidateSelf, isFilterBitmap, isVisible, resolveOpacity, scheduleSelf, setBounds, setBounds, setCallback, setChangingConfigurations, setColorFilter, setFilterBitmap, setLayoutDirection, setLevel, setState, setTint, unscheduleSelfpublic AnimationScaleListDrawableCompat(@NonNull
android.graphics.drawable.Drawable[] drawables)
protected boolean onStateChange(int[] stateSet)
onStateChange 在类中 DrawableContainerCompatpublic android.graphics.drawable.Drawable mutate()
mutate 在类中 DrawableContainerCompatpublic void clearMutated()
public void start()
start 在接口中 android.graphics.drawable.Animatablepublic void stop()
stop 在接口中 android.graphics.drawable.Animatablepublic boolean isRunning()
isRunning 在接口中 android.graphics.drawable.Animatablepublic void applyTheme(@NonNull
android.content.res.Resources.Theme theme)
applyTheme 在类中 DrawableContainerCompatprotected void setConstantState(@NonNull
me.zhanghai.android.materialprogressbar.internal.DrawableContainerCompat.DrawableContainerState state)