public class AnimatorUtils
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnimatorUtils.OnAnimationEndListener |
| Constructor and Description |
|---|
AnimatorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
alpha(android.view.View convertView,
float alpha) |
static void |
alpha(android.view.View convertView,
float alpha,
AnimatorUtils.OnAnimationEndListener listener) |
static void |
animate(android.view.View view,
int animatorRes) |
static void |
animate(android.view.View view,
int animatorRes,
AnimatorUtils.OnAnimationEndListener listener) |
static void |
animate(android.view.View view,
int animatorRes,
int duration) |
static void |
animate(android.view.View view,
int animatorRes,
int duration,
AnimatorUtils.OnAnimationEndListener listener) |
static void |
rotate(android.view.View view,
float rotation) |
static void |
rotateBy(android.view.View view,
float rotationBy) |
public static void animate(android.view.View view,
int animatorRes,
AnimatorUtils.OnAnimationEndListener listener)
public static void animate(android.view.View view,
int animatorRes,
int duration,
AnimatorUtils.OnAnimationEndListener listener)
public static void animate(android.view.View view,
int animatorRes)
public static void animate(android.view.View view,
int animatorRes,
int duration)
public static void rotate(android.view.View view,
float rotation)
public static void rotateBy(android.view.View view,
float rotationBy)
public static void alpha(android.view.View convertView,
float alpha,
AnimatorUtils.OnAnimationEndListener listener)
public static void alpha(android.view.View convertView,
float alpha)