C# Class android.text.method.Touch

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

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

Méthodes protégées

Méthode Description
Touch ( global @__env )

Private Methods

Méthode Description
Touch ( )

Method Details

Touch() protected méthode

protected Touch ( global @__env )
@__env global

getInitialScrollX() public static méthode

public static getInitialScrollX ( android arg0, android arg1 ) : int
arg0 android
arg1 android
Résultat int

getInitialScrollY() public static méthode

public static getInitialScrollY ( android arg0, android arg1 ) : int
arg0 android
arg1 android
Résultat int

onTouchEvent() public static méthode

public static onTouchEvent ( android arg0, android arg1, android arg2 ) : bool
arg0 android
arg1 android
arg2 android
Résultat bool

scrollTo() public static méthode

public static scrollTo ( android arg0, android arg1, int arg2, int arg3 ) : void
arg0 android
arg1 android
arg2 int
arg3 int
Résultat void