public static class RevealDrawable.ColorChangeTask
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
color |
int |
duration |
android.view.animation.Interpolator |
interpolator |
boolean |
isOut |
float |
x |
float |
y |
| Constructor and Description |
|---|
RevealDrawable.ColorChangeTask(int color,
int duration,
android.view.animation.Interpolator interpolator,
float x,
float y,
boolean out) |