C# Class android.gesture.GestureOverlayView

Inheritance: android.widget.FrameLayout
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
GestureOverlayView ( android arg0 )
GestureOverlayView ( android arg0, android arg1 )
GestureOverlayView ( android arg0, android arg1, int arg2 )
addOnGestureListener ( android arg0 ) : void
addOnGesturePerformedListener ( android arg0 ) : void
addOnGesturePerformedListener ( global arg0 ) : void
addOnGesturingListener ( android arg0 ) : void
cancelClearAnimation ( ) : void
cancelGesture ( ) : void
clear ( bool arg0 ) : void
dispatchTouchEvent ( android arg0 ) : bool
draw ( android arg0 ) : void
getCurrentStroke ( ) : global::java.util.ArrayList
getFadeOffset ( ) : long
getGesture ( ) : global::android.gesture.Gesture
getGestureColor ( ) : int
getGesturePath ( ) : global::android.graphics.Path
getGesturePath ( android arg0 ) : global::android.graphics.Path
getGestureStrokeAngleThreshold ( ) : float
getGestureStrokeLengthThreshold ( ) : float
getGestureStrokeSquarenessTreshold ( ) : float
getGestureStrokeType ( ) : int
getGestureStrokeWidth ( ) : float
getOrientation ( ) : int
getUncertainGestureColor ( ) : int
isEventsInterceptionEnabled ( ) : bool
isFadeEnabled ( ) : bool
isGestureVisible ( ) : bool
isGesturing ( ) : bool
removeAllOnGestureListeners ( ) : void
removeAllOnGesturePerformedListeners ( ) : void
removeAllOnGesturingListeners ( ) : void
removeOnGestureListener ( android arg0 ) : void
removeOnGesturePerformedListener ( android arg0 ) : void
removeOnGesturePerformedListener ( global arg0 ) : void
removeOnGesturingListener ( android arg0 ) : void
setEventsInterceptionEnabled ( bool arg0 ) : void
setFadeEnabled ( bool arg0 ) : void
setFadeOffset ( long arg0 ) : void
setGesture ( android arg0 ) : void
setGestureColor ( int arg0 ) : void
setGestureStrokeAngleThreshold ( float arg0 ) : void
setGestureStrokeLengthThreshold ( float arg0 ) : void
setGestureStrokeSquarenessTreshold ( float arg0 ) : void
setGestureStrokeType ( int arg0 ) : void
setGestureStrokeWidth ( float arg0 ) : void
setGestureVisible ( bool arg0 ) : void
setOrientation ( int arg0 ) : void
setUncertainGestureColor ( int arg0 ) : void

Protected Methods

Method Description
GestureOverlayView ( global @__env )
onDetachedFromWindow ( ) : void

Private Methods

Method Description
GestureOverlayView ( )

Method Details

GestureOverlayView() public method

public GestureOverlayView ( android arg0 )
arg0 android

GestureOverlayView() public method

public GestureOverlayView ( android arg0, android arg1 )
arg0 android
arg1 android

GestureOverlayView() public method

public GestureOverlayView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

GestureOverlayView() protected method

protected GestureOverlayView ( global @__env )
@__env global

addOnGestureListener() public method

public addOnGestureListener ( android arg0 ) : void
arg0 android
return void

addOnGesturePerformedListener() public method

public addOnGesturePerformedListener ( android arg0 ) : void
arg0 android
return void

addOnGesturePerformedListener() public method

public addOnGesturePerformedListener ( global arg0 ) : void
arg0 global
return void

addOnGesturingListener() public method

public addOnGesturingListener ( android arg0 ) : void
arg0 android
return void

cancelClearAnimation() public method

public cancelClearAnimation ( ) : void
return void

cancelGesture() public method

public cancelGesture ( ) : void
return void

clear() public method

public clear ( bool arg0 ) : void
arg0 bool
return void

dispatchTouchEvent() public method

public dispatchTouchEvent ( android arg0 ) : bool
arg0 android
return bool

draw() public method

public draw ( android arg0 ) : void
arg0 android
return void

getCurrentStroke() public method

public getCurrentStroke ( ) : global::java.util.ArrayList
return global::java.util.ArrayList

getFadeOffset() public method

public getFadeOffset ( ) : long
return long

getGesture() public method

public getGesture ( ) : global::android.gesture.Gesture
return global::android.gesture.Gesture

getGestureColor() public method

public getGestureColor ( ) : int
return int

getGesturePath() public method

public getGesturePath ( ) : global::android.graphics.Path
return global::android.graphics.Path

getGesturePath() public method

public getGesturePath ( android arg0 ) : global::android.graphics.Path
arg0 android
return global::android.graphics.Path

getGestureStrokeAngleThreshold() public method

public getGestureStrokeAngleThreshold ( ) : float
return float

getGestureStrokeLengthThreshold() public method

public getGestureStrokeLengthThreshold ( ) : float
return float

getGestureStrokeSquarenessTreshold() public method

public getGestureStrokeSquarenessTreshold ( ) : float
return float

getGestureStrokeType() public method

public getGestureStrokeType ( ) : int
return int

getGestureStrokeWidth() public method

public getGestureStrokeWidth ( ) : float
return float

getOrientation() public method

public getOrientation ( ) : int
return int

getUncertainGestureColor() public method

public getUncertainGestureColor ( ) : int
return int

isEventsInterceptionEnabled() public method

public isEventsInterceptionEnabled ( ) : bool
return bool

isFadeEnabled() public method

public isFadeEnabled ( ) : bool
return bool

isGestureVisible() public method

public isGestureVisible ( ) : bool
return bool

isGesturing() public method

public isGesturing ( ) : bool
return bool

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

removeAllOnGestureListeners() public method

public removeAllOnGestureListeners ( ) : void
return void

removeAllOnGesturePerformedListeners() public method

public removeAllOnGesturePerformedListeners ( ) : void
return void

removeAllOnGesturingListeners() public method

public removeAllOnGesturingListeners ( ) : void
return void

removeOnGestureListener() public method

public removeOnGestureListener ( android arg0 ) : void
arg0 android
return void

removeOnGesturePerformedListener() public method

public removeOnGesturePerformedListener ( android arg0 ) : void
arg0 android
return void

removeOnGesturePerformedListener() public method

public removeOnGesturePerformedListener ( global arg0 ) : void
arg0 global
return void

removeOnGesturingListener() public method

public removeOnGesturingListener ( android arg0 ) : void
arg0 android
return void

setEventsInterceptionEnabled() public method

public setEventsInterceptionEnabled ( bool arg0 ) : void
arg0 bool
return void

setFadeEnabled() public method

public setFadeEnabled ( bool arg0 ) : void
arg0 bool
return void

setFadeOffset() public method

public setFadeOffset ( long arg0 ) : void
arg0 long
return void

setGesture() public method

public setGesture ( android arg0 ) : void
arg0 android
return void

setGestureColor() public method

public setGestureColor ( int arg0 ) : void
arg0 int
return void

setGestureStrokeAngleThreshold() public method

public setGestureStrokeAngleThreshold ( float arg0 ) : void
arg0 float
return void

setGestureStrokeLengthThreshold() public method

public setGestureStrokeLengthThreshold ( float arg0 ) : void
arg0 float
return void

setGestureStrokeSquarenessTreshold() public method

public setGestureStrokeSquarenessTreshold ( float arg0 ) : void
arg0 float
return void

setGestureStrokeType() public method

public setGestureStrokeType ( int arg0 ) : void
arg0 int
return void

setGestureStrokeWidth() public method

public setGestureStrokeWidth ( float arg0 ) : void
arg0 float
return void

setGestureVisible() public method

public setGestureVisible ( bool arg0 ) : void
arg0 bool
return void

setOrientation() public method

public setOrientation ( int arg0 ) : void
arg0 int
return void

setUncertainGestureColor() public method

public setUncertainGestureColor ( int arg0 ) : void
arg0 int
return void