All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.view.animation.ScaleAnimation Maven / Gradle / Ivy

package android.view.animation;
public class ScaleAnimation
  extends android.view.animation.Animation
{
public  ScaleAnimation(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public  ScaleAnimation(float fromX, float toX, float fromY, float toY) { throw new RuntimeException("Stub!"); }
public  ScaleAnimation(float fromX, float toX, float fromY, float toY, float pivotX, float pivotY) { throw new RuntimeException("Stub!"); }
public  ScaleAnimation(float fromX, float toX, float fromY, float toY, int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) { throw new RuntimeException("Stub!"); }
protected  void applyTransformation(float interpolatedTime, android.view.animation.Transformation t) { throw new RuntimeException("Stub!"); }
public  void initialize(int width, int height, int parentWidth, int parentHeight) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy