FileDocCategorySizeDatePackage
ArcMotion.javaAPI DocAndroid 5.1 API943Sat Mar 14 14:09:42 GMT 2015android.transition

ArcMotion

public class ArcMotion extends android.transition.PathMotion

Fields Summary
Constructors Summary
public ArcMotion()

 throw new RuntimeException("Stub!"); 
public ArcMotion(android.content.Context context, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
Methods Summary
public floatgetMaximumAngle()

 throw new RuntimeException("Stub!"); 
public floatgetMinimumHorizontalAngle()

 throw new RuntimeException("Stub!"); 
public floatgetMinimumVerticalAngle()

 throw new RuntimeException("Stub!"); 
public android.graphics.PathgetPath(float startX, float startY, float endX, float endY)

 throw new RuntimeException("Stub!"); 
public voidsetMaximumAngle(float angleInDegrees)

 throw new RuntimeException("Stub!"); 
public voidsetMinimumHorizontalAngle(float angleInDegrees)

 throw new RuntimeException("Stub!"); 
public voidsetMinimumVerticalAngle(float angleInDegrees)

 throw new RuntimeException("Stub!");