C# Class SlidingMenuSharp.CustomViewAbove

Inheritance: Android.Views.ViewGroup
Afficher le fichier Open project: fpt-software/Wordpress-Client Class Usage Examples

Méthodes publiques

Свойство Type Description
Closed EventHandler
Opened EventHandler
PageScrollState PageScrollStateChangedEventHandler
PageScrolled PageScrolledEventHandler
PageSelected PageSelectedEventHandler

Protected Properties

Свойство Type Description
ActivePointerId int
MaximumVelocity int
VelocityTracker Android.Views.VelocityTracker

Private Properties

Свойство 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éthodes publiques

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éthodes protégées

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

Private Methods

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

Method Details

AddIgnoredView() public méthode

public AddIgnoredView ( Android.Views.View v ) : void
v Android.Views.View
Résultat void

ArrowScroll() public méthode

public ArrowScroll ( FocusSearchDirection direction ) : bool
direction FocusSearchDirection
Résultat bool

CanScroll() protected méthode

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

ClearIgnoredViews() public méthode

public ClearIgnoredViews ( ) : void
Résultat void

ComputeScroll() public méthode

public ComputeScroll ( ) : void
Résultat void

CustomViewAbove() public méthode

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

CustomViewAbove() public méthode

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

DispatchDraw() protected méthode

protected DispatchDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
Résultat void

DispatchKeyEvent() public méthode

public DispatchKeyEvent ( Android.Views.KeyEvent e ) : bool
e Android.Views.KeyEvent
Résultat bool

ExecuteKeyEvent() public méthode

public ExecuteKeyEvent ( Android.Views.KeyEvent ev ) : bool
ev Android.Views.KeyEvent
Résultat bool

GetChildWidth() public méthode

public GetChildWidth ( int i ) : int
i int
Résultat int

GetCurrentItem() public méthode

public GetCurrentItem ( ) : int
Résultat int

GetDestScrollX() public méthode

public GetDestScrollX ( int page ) : int
page int
Résultat int

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

OnPageScrolled() protected méthode

protected OnPageScrolled ( int xpos ) : void
xpos int
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( int w, int h, int oldw, int oldh ) : void
w int
h int
oldw int
oldh int
Résultat void

OnTouchEvent() public méthode

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

RemoveIgnoredView() public méthode

public RemoveIgnoredView ( Android.Views.View v ) : void
v Android.Views.View
Résultat void

ScrollTo() public méthode

public ScrollTo ( int x, int y ) : void
x int
y int
Résultat void

SetCurrentItem() public méthode

public SetCurrentItem ( int item ) : void
item int
Résultat void

SetCurrentItem() public méthode

public SetCurrentItem ( int item, bool smoothScroll ) : void
item int
smoothScroll bool
Résultat void

Property Details

ActivePointerId protected_oe property

protected int ActivePointerId
Résultat int

Closed public_oe property

public EventHandler Closed
Résultat EventHandler

MaximumVelocity protected_oe property

protected int MaximumVelocity
Résultat int

Opened public_oe property

public EventHandler Opened
Résultat EventHandler

PageScrollState public_oe property

public PageScrollStateChangedEventHandler PageScrollState
Résultat PageScrollStateChangedEventHandler

PageScrolled public_oe property

public PageScrolledEventHandler PageScrolled
Résultat PageScrolledEventHandler

PageSelected public_oe property

public PageSelectedEventHandler PageSelected
Résultat PageSelectedEventHandler

VelocityTracker protected_oe property

protected VelocityTracker,Android.Views VelocityTracker
Résultat Android.Views.VelocityTracker