FileDocCategorySizeDatePackage
PatternPathMotion.javaAPI DocAndroid 5.1 API730Sat Mar 14 14:09:42 GMT 2015android.transition

PatternPathMotion.java

package android.transition;
public class PatternPathMotion
  extends android.transition.PathMotion
{
public  PatternPathMotion() { throw new RuntimeException("Stub!"); }
public  PatternPathMotion(android.content.Context context, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
public  PatternPathMotion(android.graphics.Path patternPath) { throw new RuntimeException("Stub!"); }
public  android.graphics.Path getPatternPath() { throw new RuntimeException("Stub!"); }
public  void setPatternPath(android.graphics.Path patternPath) { throw new RuntimeException("Stub!"); }
public  android.graphics.Path getPath(float startX, float startY, float endX, float endY) { throw new RuntimeException("Stub!"); }
}