public class ScaleAnimation extends ColorAnimation
| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_SCALE_FACTOR |
static float |
MAX_SCALE_FACTOR |
static float |
MIN_SCALE_FACTOR |
DEFAULT_SELECTED_COLOR, DEFAULT_UNSELECTED_COLORanimationDuration, animator, DEFAULT_ANIMATION_TIME, listener| Constructor and Description |
|---|
ScaleAnimation(ValueController.UpdateListener listener) |
| Modifier and Type | Method and Description |
|---|---|
android.animation.ValueAnimator |
createAnimator() |
protected android.animation.PropertyValuesHolder |
createScalePropertyHolder(boolean isReverse) |
ScaleAnimation |
with(int colorStart,
int colorEnd,
int radius,
float scaleFactor) |
progress, withduration, end, startpublic static final float DEFAULT_SCALE_FACTOR
public static final float MIN_SCALE_FACTOR
public static final float MAX_SCALE_FACTOR
public ScaleAnimation(ValueController.UpdateListener listener)
public android.animation.ValueAnimator createAnimator()
createAnimator in class ColorAnimationpublic ScaleAnimation with(int colorStart, int colorEnd, int radius, float scaleFactor)
protected android.animation.PropertyValuesHolder createScalePropertyHolder(boolean isReverse)