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

ArcMotion.java

package android.transition;
public class ArcMotion
  extends android.transition.PathMotion
{
public  ArcMotion() { throw new RuntimeException("Stub!"); }
public  ArcMotion(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public  void setMinimumHorizontalAngle(float angleInDegrees) { throw new RuntimeException("Stub!"); }
public  float getMinimumHorizontalAngle() { throw new RuntimeException("Stub!"); }
public  void setMinimumVerticalAngle(float angleInDegrees) { throw new RuntimeException("Stub!"); }
public  float getMinimumVerticalAngle() { throw new RuntimeException("Stub!"); }
public  void setMaximumAngle(float angleInDegrees) { throw new RuntimeException("Stub!"); }
public  float getMaximumAngle() { throw new RuntimeException("Stub!"); }
public  android.graphics.Path getPath(float startX, float startY, float endX, float endY) { throw new RuntimeException("Stub!"); }
}