C# Class android.view.VelocityTracker

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

Public Methods

Method 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

Method Description
VelocityTracker ( )
VelocityTracker ( global @__env )

Method Details

addMovement() public method

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

clear() public method

public clear ( ) : void
return void

computeCurrentVelocity() public method

public computeCurrentVelocity ( int arg0 ) : void
arg0 int
return void

computeCurrentVelocity() public method

public computeCurrentVelocity ( int arg0, float arg1 ) : void
arg0 int
arg1 float
return void

getXVelocity() public method

public getXVelocity ( ) : float
return float

getXVelocity() public method

public getXVelocity ( int arg0 ) : float
arg0 int
return float

getYVelocity() public method

public getYVelocity ( ) : float
return float

getYVelocity() public method

public getYVelocity ( int arg0 ) : float
arg0 int
return float

obtain() public static method

public static obtain ( ) : global::android.view.VelocityTracker
return global::android.view.VelocityTracker

recycle() public method

public recycle ( ) : void
return void