C# Class PhotoViewerTest.Droid.FroyoGestureDetector

Inheritance: EclairGestureDetector
Datei anzeigen Open project: Manne990/PhotoViewerTest Class Usage Examples

Protected Properties

Property Type Description
mDetector Android.Views.ScaleGestureDetector

Public Methods

Method Description
FroyoGestureDetector ( Android.Content.Context context ) : System
IsScaling ( ) : bool
OnTouchEvent ( Android.Views.MotionEvent ev ) : bool

Method Details

FroyoGestureDetector() public method

public FroyoGestureDetector ( Android.Content.Context context ) : System
context Android.Content.Context
return System

IsScaling() public method

public IsScaling ( ) : bool
return bool

OnTouchEvent() public method

public OnTouchEvent ( Android.Views.MotionEvent ev ) : bool
ev Android.Views.MotionEvent
return bool

Property Details

mDetector protected_oe property

protected ScaleGestureDetector,Android.Views mDetector
return Android.Views.ScaleGestureDetector