C# Class android.gesture.GestureOverlayView

Inheritance: android.widget.FrameLayout
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GestureOverlayView ( global @__env )
onDetachedFromWindow ( ) : void

Private Methods

Méthode Description
GestureOverlayView ( )

Method Details

GestureOverlayView() public méthode

public GestureOverlayView ( android arg0 )
arg0 android

GestureOverlayView() public méthode

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

GestureOverlayView() public méthode

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

GestureOverlayView() protected méthode

protected GestureOverlayView ( global @__env )
@__env global

addOnGestureListener() public méthode

public addOnGestureListener ( android arg0 ) : void
arg0 android
Résultat void

addOnGesturePerformedListener() public méthode

public addOnGesturePerformedListener ( android arg0 ) : void
arg0 android
Résultat void

addOnGesturePerformedListener() public méthode

public addOnGesturePerformedListener ( global arg0 ) : void
arg0 global
Résultat void

addOnGesturingListener() public méthode

public addOnGesturingListener ( android arg0 ) : void
arg0 android
Résultat void

cancelClearAnimation() public méthode

public cancelClearAnimation ( ) : void
Résultat void

cancelGesture() public méthode

public cancelGesture ( ) : void
Résultat void

clear() public méthode

public clear ( bool arg0 ) : void
arg0 bool
Résultat void

dispatchTouchEvent() public méthode

public dispatchTouchEvent ( android arg0 ) : bool
arg0 android
Résultat bool

draw() public méthode

public draw ( android arg0 ) : void
arg0 android
Résultat void

getCurrentStroke() public méthode

public getCurrentStroke ( ) : global::java.util.ArrayList
Résultat global::java.util.ArrayList

getFadeOffset() public méthode

public getFadeOffset ( ) : long
Résultat long

getGesture() public méthode

public getGesture ( ) : global::android.gesture.Gesture
Résultat global::android.gesture.Gesture

getGestureColor() public méthode

public getGestureColor ( ) : int
Résultat int

getGesturePath() public méthode

public getGesturePath ( ) : global::android.graphics.Path
Résultat global::android.graphics.Path

getGesturePath() public méthode

public getGesturePath ( android arg0 ) : global::android.graphics.Path
arg0 android
Résultat global::android.graphics.Path

getGestureStrokeAngleThreshold() public méthode

public getGestureStrokeAngleThreshold ( ) : float
Résultat float

getGestureStrokeLengthThreshold() public méthode

public getGestureStrokeLengthThreshold ( ) : float
Résultat float

getGestureStrokeSquarenessTreshold() public méthode

public getGestureStrokeSquarenessTreshold ( ) : float
Résultat float

getGestureStrokeType() public méthode

public getGestureStrokeType ( ) : int
Résultat int

getGestureStrokeWidth() public méthode

public getGestureStrokeWidth ( ) : float
Résultat float

getOrientation() public méthode

public getOrientation ( ) : int
Résultat int

getUncertainGestureColor() public méthode

public getUncertainGestureColor ( ) : int
Résultat int

isEventsInterceptionEnabled() public méthode

public isEventsInterceptionEnabled ( ) : bool
Résultat bool

isFadeEnabled() public méthode

public isFadeEnabled ( ) : bool
Résultat bool

isGestureVisible() public méthode

public isGestureVisible ( ) : bool
Résultat bool

isGesturing() public méthode

public isGesturing ( ) : bool
Résultat bool

onDetachedFromWindow() protected méthode

protected onDetachedFromWindow ( ) : void
Résultat void

removeAllOnGestureListeners() public méthode

public removeAllOnGestureListeners ( ) : void
Résultat void

removeAllOnGesturePerformedListeners() public méthode

public removeAllOnGesturePerformedListeners ( ) : void
Résultat void

removeAllOnGesturingListeners() public méthode

public removeAllOnGesturingListeners ( ) : void
Résultat void

removeOnGestureListener() public méthode

public removeOnGestureListener ( android arg0 ) : void
arg0 android
Résultat void

removeOnGesturePerformedListener() public méthode

public removeOnGesturePerformedListener ( android arg0 ) : void
arg0 android
Résultat void

removeOnGesturePerformedListener() public méthode

public removeOnGesturePerformedListener ( global arg0 ) : void
arg0 global
Résultat void

removeOnGesturingListener() public méthode

public removeOnGesturingListener ( android arg0 ) : void
arg0 android
Résultat void

setEventsInterceptionEnabled() public méthode

public setEventsInterceptionEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setFadeEnabled() public méthode

public setFadeEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setFadeOffset() public méthode

public setFadeOffset ( long arg0 ) : void
arg0 long
Résultat void

setGesture() public méthode

public setGesture ( android arg0 ) : void
arg0 android
Résultat void

setGestureColor() public méthode

public setGestureColor ( int arg0 ) : void
arg0 int
Résultat void

setGestureStrokeAngleThreshold() public méthode

public setGestureStrokeAngleThreshold ( float arg0 ) : void
arg0 float
Résultat void

setGestureStrokeLengthThreshold() public méthode

public setGestureStrokeLengthThreshold ( float arg0 ) : void
arg0 float
Résultat void

setGestureStrokeSquarenessTreshold() public méthode

public setGestureStrokeSquarenessTreshold ( float arg0 ) : void
arg0 float
Résultat void

setGestureStrokeType() public méthode

public setGestureStrokeType ( int arg0 ) : void
arg0 int
Résultat void

setGestureStrokeWidth() public méthode

public setGestureStrokeWidth ( float arg0 ) : void
arg0 float
Résultat void

setGestureVisible() public méthode

public setGestureVisible ( bool arg0 ) : void
arg0 bool
Résultat void

setOrientation() public méthode

public setOrientation ( int arg0 ) : void
arg0 int
Résultat void

setUncertainGestureColor() public méthode

public setUncertainGestureColor ( int arg0 ) : void
arg0 int
Résultat void