C# Class android.text.method.Touch

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
getInitialScrollX ( android arg0, android arg1 ) : int
getInitialScrollY ( android arg0, android arg1 ) : int
onTouchEvent ( android arg0, android arg1, android arg2 ) : bool
scrollTo ( android arg0, android arg1, int arg2, int arg3 ) : void

Protected Methods

Method Description
Touch ( global @__env )

Private Methods

Method Description
Touch ( )

Method Details

Touch() protected method

protected Touch ( global @__env )
@__env global

getInitialScrollX() public static method

public static getInitialScrollX ( android arg0, android arg1 ) : int
arg0 android
arg1 android
return int

getInitialScrollY() public static method

public static getInitialScrollY ( android arg0, android arg1 ) : int
arg0 android
arg1 android
return int

onTouchEvent() public static method

public static onTouchEvent ( android arg0, android arg1, android arg2 ) : bool
arg0 android
arg1 android
arg2 android
return bool

scrollTo() public static method

public static scrollTo ( android arg0, android arg1, int arg2, int arg3 ) : void
arg0 android
arg1 android
arg2 int
arg3 int
return void