Свойство | Type | Description | |
---|---|---|---|
Closed | EventHandler | ||
Opened | EventHandler | ||
PageScrollState | PageScrollStateChangedEventHandler | ||
PageScrolled | PageScrolledEventHandler | ||
PageSelected | PageSelectedEventHandler |
Свойство | Type | Description | |
---|---|---|---|
ActivePointerId | int | ||
MaximumVelocity | int | ||
VelocityTracker | Android.Views.VelocityTracker |
Свойство | Type | Description | |
---|---|---|---|
CompleteScroll | void | ||
DetermineDrag | void | ||
DetermineTargetPage | int | ||
DistanceInfluenceForSnapDuration | float | ||
EndDrag | void | ||
GetPointerIndex | int | ||
InitCustomViewAbove | void | ||
IsInIgnoredView | bool | ||
OnSecondaryPointerUp | void | ||
PageLeft | bool | ||
PageRight | bool | ||
SetCurrentItemInternal | void | ||
SmoothScrollTo | void | ||
StartDrag | void | ||
ThisSlideAllowed | bool | ||
ThisTouchAllowed | bool |
Méthode | Description | |
---|---|---|
AddIgnoredView ( Android.Views.View v ) : void | ||
ArrowScroll ( FocusSearchDirection direction ) : bool | ||
ClearIgnoredViews ( ) : void | ||
ComputeScroll ( ) : void | ||
CustomViewAbove ( Android.Content.Context context ) : System | ||
CustomViewAbove ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
DispatchKeyEvent ( Android.Views.KeyEvent e ) : bool | ||
ExecuteKeyEvent ( Android.Views.KeyEvent ev ) : bool | ||
GetChildWidth ( int i ) : int | ||
GetCurrentItem ( ) : int | ||
GetDestScrollX ( int page ) : int | ||
OnInterceptTouchEvent ( Android.Views.MotionEvent ev ) : bool | ||
OnTouchEvent ( Android.Views.MotionEvent ev ) : bool | ||
RemoveIgnoredView ( Android.Views.View v ) : void | ||
ScrollTo ( int x, int y ) : void | ||
SetCurrentItem ( int item ) : void | ||
SetCurrentItem ( int item, bool smoothScroll ) : void |
Méthode | Description | |
---|---|---|
CanScroll ( Android.Views.View v, bool checkV, int dx, int x, int y ) : bool | ||
DispatchDraw ( Android.Graphics.Canvas canvas ) : void | ||
OnLayout ( bool changed, int l, int t, int r, int b ) : void | ||
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void | ||
OnPageScrolled ( int xpos ) : void | ||
OnSizeChanged ( int w, int h, int oldw, int oldh ) : void |
Méthode | Description | |
---|---|---|
CompleteScroll ( ) : void | ||
DetermineDrag ( Android.Views.MotionEvent ev ) : void | ||
DetermineTargetPage ( float pageOffset, int velocity, int deltaX ) : int | ||
DistanceInfluenceForSnapDuration ( float f ) : float | ||
EndDrag ( ) : void | ||
GetPointerIndex ( Android.Views.MotionEvent ev, int id ) : int | ||
InitCustomViewAbove ( ) : void | ||
IsInIgnoredView ( Android.Views.MotionEvent ev ) : bool | ||
OnSecondaryPointerUp ( Android.Views.MotionEvent ev ) : void | ||
PageLeft ( ) : bool | ||
PageRight ( ) : bool | ||
SetCurrentItemInternal ( int item, bool smoothScroll, bool always, int velocity ) : void | ||
SmoothScrollTo ( int x, int y, int velocity ) : void | ||
StartDrag ( ) : void | ||
ThisSlideAllowed ( float dx ) : bool | ||
ThisTouchAllowed ( Android.Views.MotionEvent ev ) : bool |
public AddIgnoredView ( Android.Views.View v ) : void | ||
v | Android.Views.View | |
Résultat | void |
public ArrowScroll ( FocusSearchDirection direction ) : bool | ||
direction | FocusSearchDirection | |
Résultat | bool |
protected CanScroll ( Android.Views.View v, bool checkV, int dx, int x, int y ) : bool | ||
v | Android.Views.View | |
checkV | bool | |
dx | int | |
x | int | |
y | int | |
Résultat | bool |
public CustomViewAbove ( Android.Content.Context context ) : System | ||
context | Android.Content.Context | |
Résultat | System |
public CustomViewAbove ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
Résultat | System |
protected DispatchDraw ( Android.Graphics.Canvas canvas ) : void | ||
canvas | Android.Graphics.Canvas | |
Résultat | void |
public DispatchKeyEvent ( Android.Views.KeyEvent e ) : bool | ||
e | Android.Views.KeyEvent | |
Résultat | bool |
public ExecuteKeyEvent ( Android.Views.KeyEvent ev ) : bool | ||
ev | Android.Views.KeyEvent | |
Résultat | bool |
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 |
protected OnPageScrolled ( int xpos ) : void | ||
xpos | int | |
Résultat | void |
protected OnSizeChanged ( int w, int h, int oldw, int oldh ) : void | ||
w | int | |
h | int | |
oldw | int | |
oldh | int | |
Résultat | void |
public OnTouchEvent ( Android.Views.MotionEvent ev ) : bool | ||
ev | Android.Views.MotionEvent | |
Résultat | bool |
public RemoveIgnoredView ( Android.Views.View v ) : void | ||
v | Android.Views.View | |
Résultat | void |
public SetCurrentItem ( int item, bool smoothScroll ) : void | ||
item | int | |
smoothScroll | bool | |
Résultat | void |
public PageScrollStateChangedEventHandler PageScrollState | ||
Résultat | PageScrollStateChangedEventHandler |
public PageScrolledEventHandler PageScrolled | ||
Résultat | PageScrolledEventHandler |
public PageSelectedEventHandler PageSelected | ||
Résultat | PageSelectedEventHandler |