C# 클래스 PhotoViewerTest.Droid.Compat

파일 보기 프로젝트 열기: Manne990/PhotoViewerTest 1 사용 예제들

공개 메소드들

메소드 설명
GetPointerIndex ( MotionEventActions action ) : int
PostOnAnimation ( Android.Views.View view, IRunnable runnable ) : void

비공개 메소드들

메소드 설명
GetPointerIndexEclair ( MotionEventActions action ) : int
GetPointerIndexHoneyComb ( MotionEventActions action ) : int
PostOnAnimationJellyBean ( Android.Views.View view, IRunnable runnable ) : void

메소드 상세

GetPointerIndex() 공개 정적인 메소드

public static GetPointerIndex ( MotionEventActions action ) : int
action MotionEventActions
리턴 int

PostOnAnimation() 공개 정적인 메소드

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