FileDocCategorySizeDatePackage
GestureStroke.javaAPI DocAndroid 5.1 API744Sat Mar 14 14:09:40 GMT 2015android.gesture

GestureStroke.java

package android.gesture;
public class GestureStroke
{
public  GestureStroke(java.util.ArrayList<android.gesture.GesturePoint> points) { throw new RuntimeException("Stub!"); }
public  java.lang.Object clone() { throw new RuntimeException("Stub!"); }
public  android.graphics.Path getPath() { throw new RuntimeException("Stub!"); }
public  android.graphics.Path toPath(float width, float height, int numSample) { throw new RuntimeException("Stub!"); }
public  void clearPath() { throw new RuntimeException("Stub!"); }
public  android.gesture.OrientedBoundingBox computeOrientedBoundingBox() { throw new RuntimeException("Stub!"); }
public final android.graphics.RectF boundingBox;
public final float length;
public final float[] points = null;
}