C# Class android.view.ScaleGestureDetector

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

Public Methods

Method Description
ScaleGestureDetector ( android arg0, android arg1 )
getCurrentSpan ( ) : float
getEventTime ( ) : long
getFocusX ( ) : float
getFocusY ( ) : float
getPreviousSpan ( ) : float
getScaleFactor ( ) : float
getTimeDelta ( ) : long
isInProgress ( ) : bool
onTouchEvent ( android arg0 ) : bool

Protected Methods

Method Description
ScaleGestureDetector ( global @__env )

Private Methods

Method Description
ScaleGestureDetector ( )

Method Details

ScaleGestureDetector() public method

public ScaleGestureDetector ( android arg0, android arg1 )
arg0 android
arg1 android

ScaleGestureDetector() protected method

protected ScaleGestureDetector ( global @__env )
@__env global

getCurrentSpan() public method

public getCurrentSpan ( ) : float
return float

getEventTime() public method

public getEventTime ( ) : long
return long

getFocusX() public method

public getFocusX ( ) : float
return float

getFocusY() public method

public getFocusY ( ) : float
return float

getPreviousSpan() public method

public getPreviousSpan ( ) : float
return float

getScaleFactor() public method

public getScaleFactor ( ) : float
return float

getTimeDelta() public method

public getTimeDelta ( ) : long
return long

isInProgress() public method

public isInProgress ( ) : bool
return bool

onTouchEvent() public method

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