C# Class Cheesebaron.HorizontalPager.HorizontalPager

Inheritance: Android.Views.ViewGroup
Afficher le fichier Open project: Cheesebaron/MonoDroid.HorizontalPager Class Usage Examples

Méthodes publiques

Méthode Description
ComputeScroll ( ) : void
HorizontalPager ( Android.Content.Context context ) : System
HorizontalPager ( Android.Content.Context context, Android.Views.Display display ) : System
HorizontalPager ( Android.Content.Context context, IAttributeSet attrs ) : System
OnInterceptTouchEvent ( Android.Views.MotionEvent ev ) : bool
OnTouchEvent ( Android.Views.MotionEvent e ) : bool
SetCurrentScreen ( int currentScreen, bool animate ) : void

Méthodes protégées

Méthode Description
OnChanged ( EventArgs e ) : void
OnLayout ( bool changed, int l, int t, int r, int b ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

Private Methods

Méthode Description
Init ( Android.Views.Display display ) : void
SnapToDestination ( ) : void
SnapToScreen ( int whichScreen ) : void
SnapToScreen ( int whichScreen, int duration ) : void

Method Details

ComputeScroll() public méthode

public ComputeScroll ( ) : void
Résultat void

HorizontalPager() public méthode

public HorizontalPager ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

HorizontalPager() public méthode

public HorizontalPager ( Android.Content.Context context, Android.Views.Display display ) : System
context Android.Content.Context
display Android.Views.Display
Résultat System

HorizontalPager() public méthode

public HorizontalPager ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

OnChanged() protected méthode

protected OnChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnInterceptTouchEvent() public méthode

public OnInterceptTouchEvent ( Android.Views.MotionEvent ev ) : bool
ev Android.Views.MotionEvent
Résultat bool

OnLayout() protected méthode

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
Résultat void

OnMeasure() protected méthode

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
Résultat void

OnTouchEvent() public méthode

public OnTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
Résultat bool

SetCurrentScreen() public méthode

public SetCurrentScreen ( int currentScreen, bool animate ) : void
currentScreen int
animate bool
Résultat void