| 接口 | 说明 |
|---|---|
| Animatable |
Interface that drawables supporting animations should implement.
|
| BalloonMarkerDrawable.MarkerAnimationListener |
A listener interface to porpagate animation events
This is the "poor's man" AnimatorListener for this Drawable
|
| TouchEffectDrawable.PerformClicker |
This drawable call view perform by interface
|
| 类 | 说明 |
|---|---|
| AlmostRippleDrawable |
This is a touch foreground ripple drawable extends to StatePaintDrawable
|
| BalloonMarkerDrawable |
BalloonMarkerDrawable
|
| CheckStateDrawable |
A drawable that changes it's ColorStateList color depending on the Drawable State
Subclasses should implement
CheckStateDrawable.onStateChange(int, boolean, boolean) if new color ! |
| CircleCheckDrawable |
This is CheckBox drawable
The draw is Circle by animation.
|
| LoadingCircleDrawable |
A drawable to draw loading
|
| LoadingDrawable |
A drawable to draw loading
The loading draw a Circle
|
| RipAnimDrawable |
Have a circle animation
|
| RipDrawable | |
| SeekBarDrawable |
SeekBarDrawable
Special
SeekBarStateDrawable implementation
To draw the Track, Scrubber and Thumb circle. |
| SeekBarStateDrawable |
A drawable that changes it's Paint and color depending on the Drawable State
For SeekBarDrawable
SeekBarDrawable |
| StateColorDrawable |
A drawable that changes it's ColorStateList color depending on the Drawable State
Subclasses should implement
StateColorDrawable.onColorChange(int) if new color ! |
| StatePaintDrawable |
A drawable that changes it's Paint color depending on the
StateColorDrawable(ColorStateList) State
Subclasses should implement StatePaintDrawable.draw(Canvas, Paint)
|
| TouchEffectDrawable |
This is touch effect drawable
This drawable is can use background or other draw call
|
| TouchEffectDrawable.ClipFactory | |
| TouchEffectDrawable.ShaderFactory |
Base class defines a factory object that is called each time the drawable
is resized (has a new width or height).
|