C# Class android.view.VelocityTracker

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

Méthodes publiques

Méthode Description
addMovement ( android arg0 ) : void
clear ( ) : void
computeCurrentVelocity ( int arg0 ) : void
computeCurrentVelocity ( int arg0, float arg1 ) : void
getXVelocity ( ) : float
getXVelocity ( int arg0 ) : float
getYVelocity ( ) : float
getYVelocity ( int arg0 ) : float
obtain ( ) : global::android.view.VelocityTracker
recycle ( ) : void

Private Methods

Méthode Description
VelocityTracker ( )
VelocityTracker ( global @__env )

Method Details

addMovement() public méthode

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

clear() public méthode

public clear ( ) : void
Résultat void

computeCurrentVelocity() public méthode

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

computeCurrentVelocity() public méthode

public computeCurrentVelocity ( int arg0, float arg1 ) : void
arg0 int
arg1 float
Résultat void

getXVelocity() public méthode

public getXVelocity ( ) : float
Résultat float

getXVelocity() public méthode

public getXVelocity ( int arg0 ) : float
arg0 int
Résultat float

getYVelocity() public méthode

public getYVelocity ( ) : float
Résultat float

getYVelocity() public méthode

public getYVelocity ( int arg0 ) : float
arg0 int
Résultat float

obtain() public static méthode

public static obtain ( ) : global::android.view.VelocityTracker
Résultat global::android.view.VelocityTracker

recycle() public méthode

public recycle ( ) : void
Résultat void