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!"); }
}
|