| Package | Description |
|---|---|
| android.view | |
| android.view.animation | |
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
Animation |
View.getAnimation() |
| Modifier and Type | Method and Description |
|---|---|
void |
View.setAnimation(Animation animation) |
void |
View.startAnimation(Animation animation) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlphaAnimation |
class |
AnimationSet |
class |
RotateAnimation |
class |
ScaleAnimation |
class |
TranslateAnimation |
| Modifier and Type | Field and Description |
|---|---|
protected Animation |
LayoutAnimationController.mAnimation |
| Modifier and Type | Method and Description |
|---|---|
protected Animation |
Animation.clone() |
Animation |
LayoutAnimationController.getAnimation() |
Animation |
LayoutAnimationController.getAnimationForView(View view) |
static Animation |
AnimationUtils.loadAnimation(Context context,
int id) |
static Animation |
AnimationUtils.makeInAnimation(Context c,
boolean fromLeft) |
static Animation |
AnimationUtils.makeInChildBottomAnimation(Context c) |
static Animation |
AnimationUtils.makeOutAnimation(Context c,
boolean toRight) |
| Modifier and Type | Method and Description |
|---|---|
List<Animation> |
AnimationSet.getAnimations() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnimationSet.addAnimation(Animation a) |
void |
Animation.AnimationListener.onAnimationEnd(Animation animation) |
void |
Animation.AnimationListener.onAnimationRepeat(Animation animation) |
void |
Animation.AnimationListener.onAnimationStart(Animation animation) |
void |
LayoutAnimationController.setAnimation(Animation animation) |
| Constructor and Description |
|---|
GridLayoutAnimationController(Animation animation) |
GridLayoutAnimationController(Animation animation,
float columnDelay,
float rowDelay) |
LayoutAnimationController(Animation animation) |
LayoutAnimationController(Animation animation,
float delay) |
| Modifier and Type | Method and Description |
|---|---|
Animation |
ViewAnimator.getInAnimation() |
Animation |
ViewAnimator.getOutAnimation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewAnimator.setInAnimation(Animation inAnimation) |
void |
ViewAnimator.setOutAnimation(Animation outAnimation) |
Copyright © 2008-2013. All Rights Reserved.