C# 클래스 Smeedee.Android.RealViewSwitcher

상속: Android.Views.ViewGroup
파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile 1 사용 예제들

공개 메소드들

메소드 설명
ComputeScroll ( ) : void
OnInterceptTouchEvent ( Android.Views.MotionEvent e ) : bool
OnTouchEvent ( Android.Views.MotionEvent ev ) : bool
RealViewSwitcher ( Android.Content.Context context ) : System
RealViewSwitcher ( Android.Content.Context context, IAttributeSet attrs ) : System
RealViewSwitcher ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
RealViewSwitcher ( IntPtr doNotUse ) : System
ShowNext ( ) : void
ShowPrevious ( ) : void

보호된 메소드들

메소드 설명
OnLayout ( bool changed, int l, int t, int r, int b ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
OnScreenChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void
SnapToDestination ( ) : void
SnapToScreen ( int whichScreen ) : void

메소드 상세

ComputeScroll() 공개 메소드

public ComputeScroll ( ) : void
리턴 void

OnInterceptTouchEvent() 공개 메소드

public OnInterceptTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
리턴 bool

OnLayout() 보호된 메소드

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
리턴 void

OnMeasure() 보호된 메소드

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
리턴 void

OnScreenChanged() 보호된 메소드

protected OnScreenChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnTouchEvent() 공개 메소드

public OnTouchEvent ( Android.Views.MotionEvent ev ) : bool
ev Android.Views.MotionEvent
리턴 bool

RealViewSwitcher() 공개 메소드

public RealViewSwitcher ( Android.Content.Context context ) : System
context Android.Content.Context
리턴 System

RealViewSwitcher() 공개 메소드

public RealViewSwitcher ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
리턴 System

RealViewSwitcher() 공개 메소드

public RealViewSwitcher ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
리턴 System

RealViewSwitcher() 공개 메소드

public RealViewSwitcher ( IntPtr doNotUse ) : System
doNotUse System.IntPtr
리턴 System

ShowNext() 공개 메소드

public ShowNext ( ) : void
리턴 void

ShowPrevious() 공개 메소드

public ShowPrevious ( ) : void
리턴 void