FileDocCategorySizeDatePackage
GestureOverlayView.javaAPI DocAndroid 5.1 API6426Sat Mar 14 14:09:44 GMT 2015android.gesture

GestureOverlayView

public class GestureOverlayView extends android.widget.FrameLayout

Fields Summary
public static final int
GESTURE_STROKE_TYPE_MULTIPLE
public static final int
GESTURE_STROKE_TYPE_SINGLE
public static final int
ORIENTATION_HORIZONTAL
public static final int
ORIENTATION_VERTICAL
Constructors Summary
public GestureOverlayView(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public GestureOverlayView(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public GestureOverlayView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public GestureOverlayView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddOnGestureListener(android.gesture.GestureOverlayView$OnGestureListener listener)

 throw new RuntimeException("Stub!"); 
public voidaddOnGesturePerformedListener(android.gesture.GestureOverlayView$OnGesturePerformedListener listener)

 throw new RuntimeException("Stub!"); 
public voidaddOnGesturingListener(android.gesture.GestureOverlayView$OnGesturingListener listener)

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

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

 throw new RuntimeException("Stub!"); 
public voidclear(boolean animated)

 throw new RuntimeException("Stub!"); 
public booleandispatchTouchEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public voiddraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public java.util.ArrayListgetCurrentStroke()

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

 throw new RuntimeException("Stub!"); 
public android.gesture.GesturegetGesture()

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

 throw new RuntimeException("Stub!"); 
public android.graphics.PathgetGesturePath()

 throw new RuntimeException("Stub!"); 
public android.graphics.PathgetGesturePath(android.graphics.Path path)

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

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
protected voidonDetachedFromWindow()

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

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

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

 throw new RuntimeException("Stub!"); 
public voidremoveOnGestureListener(android.gesture.GestureOverlayView$OnGestureListener listener)

 throw new RuntimeException("Stub!"); 
public voidremoveOnGesturePerformedListener(android.gesture.GestureOverlayView$OnGesturePerformedListener listener)

 throw new RuntimeException("Stub!"); 
public voidremoveOnGesturingListener(android.gesture.GestureOverlayView$OnGesturingListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetEventsInterceptionEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidsetFadeEnabled(boolean fadeEnabled)

 throw new RuntimeException("Stub!"); 
public voidsetFadeOffset(long fadeOffset)

 throw new RuntimeException("Stub!"); 
public voidsetGesture(android.gesture.Gesture gesture)

 throw new RuntimeException("Stub!"); 
public voidsetGestureColor(int color)

 throw new RuntimeException("Stub!"); 
public voidsetGestureStrokeAngleThreshold(float gestureStrokeAngleThreshold)

 throw new RuntimeException("Stub!"); 
public voidsetGestureStrokeLengthThreshold(float gestureStrokeLengthThreshold)

 throw new RuntimeException("Stub!"); 
public voidsetGestureStrokeSquarenessTreshold(float gestureStrokeSquarenessTreshold)

 throw new RuntimeException("Stub!"); 
public voidsetGestureStrokeType(int gestureStrokeType)

 throw new RuntimeException("Stub!"); 
public voidsetGestureStrokeWidth(float gestureStrokeWidth)

 throw new RuntimeException("Stub!"); 
public voidsetGestureVisible(boolean visible)

 throw new RuntimeException("Stub!"); 
public voidsetOrientation(int orientation)

 throw new RuntimeException("Stub!"); 
public voidsetUncertainGestureColor(int color)

 throw new RuntimeException("Stub!");