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éthode | Description | |
---|---|---|
OnChanged ( |
||
OnLayout ( bool changed, int l, int t, int r, int b ) : void | ||
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void |
Méthode | Description | |
---|---|---|
Init ( Android.Views.Display display ) : void | ||
SnapToDestination ( ) : void | ||
SnapToScreen ( int whichScreen ) : void | ||
SnapToScreen ( int whichScreen, int duration ) : void |
public HorizontalPager ( Android.Content.Context context ) : System | ||
context | Android.Content.Context | |
Résultat | System |
public HorizontalPager ( Android.Content.Context context, Android.Views.Display display ) : System | ||
context | Android.Content.Context | |
display | Android.Views.Display | |
Résultat | System |
public HorizontalPager ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
Résultat | System |
protected OnChanged ( |
||
e | ||
Résultat | void |
public OnInterceptTouchEvent ( Android.Views.MotionEvent ev ) : bool | ||
ev | Android.Views.MotionEvent | |
Résultat | bool |
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 |
protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void | ||
widthMeasureSpec | int | |
heightMeasureSpec | int | |
Résultat | void |
public OnTouchEvent ( Android.Views.MotionEvent e ) : bool | ||
e | Android.Views.MotionEvent | |
Résultat | bool |
public SetCurrentScreen ( int currentScreen, bool animate ) : void | ||
currentScreen | int | |
animate | bool | |
Résultat | void |