C# Class android.view.GestureDetector

Mostra file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
GestureDetector ( android arg0 )
GestureDetector ( android arg0, android arg1 )
GestureDetector ( android arg0, android arg1, android arg2 )
GestureDetector ( android arg0, android arg1, android arg2, bool arg3 )
isLongpressEnabled ( ) : bool
onTouchEvent ( android arg0 ) : bool
setIsLongpressEnabled ( bool arg0 ) : void
setOnDoubleTapListener ( android arg0 ) : void

Protected Methods

Method Description
GestureDetector ( global @__env )

Private Methods

Method Description
GestureDetector ( )

Method Details

GestureDetector() public method

public GestureDetector ( android arg0 )
arg0 android

GestureDetector() public method

public GestureDetector ( android arg0, android arg1 )
arg0 android
arg1 android

GestureDetector() public method

public GestureDetector ( android arg0, android arg1, android arg2 )
arg0 android
arg1 android
arg2 android

GestureDetector() public method

public GestureDetector ( android arg0, android arg1, android arg2, bool arg3 )
arg0 android
arg1 android
arg2 android
arg3 bool

GestureDetector() protected method

protected GestureDetector ( global @__env )
@__env global

isLongpressEnabled() public method

public isLongpressEnabled ( ) : bool
return bool

onTouchEvent() public method

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

setIsLongpressEnabled() public method

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

setOnDoubleTapListener() public method

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