Searched defs:AlphaAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAlphaAnimation.java29 public class AlphaAnimation extends Animation { class in inherits:Animation
34 * Constructor used when an AlphaAnimation is loaded from a resource.
39 public AlphaAnimation(Context context, AttributeSet attrs) { method in class:AlphaAnimation
43 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AlphaAnimation);
52 * Constructor to use when building an AlphaAnimation from code
58 public AlphaAnimation(float fromAlpha, float toAlpha) { method in class:AlphaAnimation

Completed in 38 milliseconds