|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Animation | |
---|---|
android.view | |
android.view.animation | |
android.widget |
Uses of Animation in android.view |
---|
Methods in android.view that return Animation | |
---|---|
Animation |
View.getAnimation()
|
Methods in android.view with parameters of type Animation | |
---|---|
void |
View.setAnimation(Animation animation)
|
void |
View.startAnimation(Animation animation)
|
Uses of Animation in android.view.animation |
---|
Subclasses of Animation in android.view.animation | |
---|---|
class |
AlphaAnimation
|
class |
AnimationSet
|
class |
RotateAnimation
|
class |
ScaleAnimation
|
class |
TranslateAnimation
|
Fields in android.view.animation declared as Animation | |
---|---|
protected Animation |
LayoutAnimationController.mAnimation
|
Methods in android.view.animation that return Animation | |
---|---|
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)
|
Methods in android.view.animation that return types with arguments of type Animation | |
---|---|
List<Animation> |
AnimationSet.getAnimations()
|
Methods in android.view.animation with parameters of type Animation | |
---|---|
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)
|
Constructors in android.view.animation with parameters of type Animation | |
---|---|
GridLayoutAnimationController(Animation animation)
|
|
GridLayoutAnimationController(Animation animation,
float columnDelay,
float rowDelay)
|
|
LayoutAnimationController(Animation animation)
|
|
LayoutAnimationController(Animation animation,
float delay)
|
Uses of Animation in android.widget |
---|
Methods in android.widget that return Animation | |
---|---|
Animation |
ViewAnimator.getInAnimation()
|
Animation |
ViewAnimator.getOutAnimation()
|
Methods in android.widget with parameters of type Animation | |
---|---|
void |
ViewAnimator.setInAnimation(Animation inAnimation)
|
void |
ViewAnimator.setOutAnimation(Animation outAnimation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |