C# Class PhotoViewerTest.Droid.Compat

Datei anzeigen Open project: Manne990/PhotoViewerTest Class Usage Examples

Public Methods

Method Description
GetPointerIndex ( MotionEventActions action ) : int
PostOnAnimation ( Android.Views.View view, IRunnable runnable ) : void

Private Methods

Method Description
GetPointerIndexEclair ( MotionEventActions action ) : int
GetPointerIndexHoneyComb ( MotionEventActions action ) : int
PostOnAnimationJellyBean ( Android.Views.View view, IRunnable runnable ) : void

Method Details

GetPointerIndex() public static method

public static GetPointerIndex ( MotionEventActions action ) : int
action MotionEventActions
return int

PostOnAnimation() public static method

public static PostOnAnimation ( Android.Views.View view, IRunnable runnable ) : void
view Android.Views.View
runnable IRunnable
return void