C# Class Smeedee.Android.RealViewSwitcher

Inheritance: Android.Views.ViewGroup
Show file Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnLayout ( bool changed, int l, int t, int r, int b ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
OnScreenChanged ( EventArgs e ) : void

Private Methods

Method Description
Initialize ( ) : void
SnapToDestination ( ) : void
SnapToScreen ( int whichScreen ) : void

Method Details

ComputeScroll() public method

public ComputeScroll ( ) : void
return void

OnInterceptTouchEvent() public method

public OnInterceptTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
return bool

OnLayout() protected method

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

OnMeasure() protected method

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
return void

OnScreenChanged() protected method

protected OnScreenChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnTouchEvent() public method

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

RealViewSwitcher() public method

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

RealViewSwitcher() public method

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

RealViewSwitcher() public method

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

RealViewSwitcher() public method

public RealViewSwitcher ( IntPtr doNotUse ) : System
doNotUse System.IntPtr
return System

ShowNext() public method

public ShowNext ( ) : void
return void

ShowPrevious() public method

public ShowPrevious ( ) : void
return void