FileDocCategorySizeDatePackage
AlphaAnimation.javaAPI DocAndroid 5.1 API641Sat Mar 14 14:09:42 GMT 2015android.view.animation

AlphaAnimation.java

package android.view.animation;
public class AlphaAnimation
  extends android.view.animation.Animation
{
public  AlphaAnimation(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public  AlphaAnimation(float fromAlpha, float toAlpha) { throw new RuntimeException("Stub!"); }
protected  void applyTransformation(float interpolatedTime, android.view.animation.Transformation t) { throw new RuntimeException("Stub!"); }
public  boolean willChangeTransformationMatrix() { throw new RuntimeException("Stub!"); }
public  boolean willChangeBounds() { throw new RuntimeException("Stub!"); }
}