C# Class android.widget.HorizontalScrollView

Inheritance: android.widget.FrameLayout
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
HorizontalScrollView ( android arg0 )
HorizontalScrollView ( android arg0, android arg1 )
HorizontalScrollView ( android arg0, android arg1, int arg2 )
addView ( android arg0 ) : void
addView ( android arg0, android arg1 ) : void
addView ( android arg0, int arg1 ) : void
addView ( android arg0, int arg1, android arg2 ) : void
arrowScroll ( int arg0 ) : bool
computeScroll ( ) : void
dispatchKeyEvent ( android arg0 ) : bool
executeKeyEvent ( android arg0 ) : bool
fling ( int arg0 ) : void
fullScroll ( int arg0 ) : bool
getMaxScrollAmount ( ) : int
isFillViewport ( ) : bool
isSmoothScrollingEnabled ( ) : bool
onInterceptTouchEvent ( android arg0 ) : bool
onTouchEvent ( android arg0 ) : bool
pageScroll ( int arg0 ) : bool
requestChildFocus ( android arg0, android arg1 ) : void
requestChildRectangleOnScreen ( android arg0, android arg1, bool arg2 ) : bool
requestLayout ( ) : void
scrollTo ( int arg0, int arg1 ) : void
setFillViewport ( bool arg0 ) : void
setSmoothScrollingEnabled ( bool arg0 ) : void
smoothScrollBy ( int arg0, int arg1 ) : void
smoothScrollTo ( int arg0, int arg1 ) : void

Méthodes protégées

Méthode Description
HorizontalScrollView ( global @__env )
computeHorizontalScrollOffset ( ) : int
computeHorizontalScrollRange ( ) : int
computeScrollDeltaToGetChildRectOnScreen ( android arg0 ) : int
getLeftFadingEdgeStrength ( ) : float
getRightFadingEdgeStrength ( ) : float
measureChild ( android arg0, int arg1, int arg2 ) : void
measureChildWithMargins ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
onMeasure ( int arg0, int arg1 ) : void
onRequestFocusInDescendants ( int arg0, android arg1 ) : bool
onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void

Private Methods

Méthode Description
HorizontalScrollView ( )

Method Details

HorizontalScrollView() public méthode

public HorizontalScrollView ( android arg0 )
arg0 android

HorizontalScrollView() public méthode

public HorizontalScrollView ( android arg0, android arg1 )
arg0 android
arg1 android

HorizontalScrollView() public méthode

public HorizontalScrollView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

HorizontalScrollView() protected méthode

protected HorizontalScrollView ( global @__env )
@__env global

addView() public méthode

public addView ( android arg0 ) : void
arg0 android
Résultat void

addView() public méthode

public addView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Résultat void

addView() public méthode

public addView ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void

addView() public méthode

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
Résultat void

arrowScroll() public méthode

public arrowScroll ( int arg0 ) : bool
arg0 int
Résultat bool

computeHorizontalScrollOffset() protected méthode

protected computeHorizontalScrollOffset ( ) : int
Résultat int

computeHorizontalScrollRange() protected méthode

protected computeHorizontalScrollRange ( ) : int
Résultat int

computeScroll() public méthode

public computeScroll ( ) : void
Résultat void

computeScrollDeltaToGetChildRectOnScreen() protected méthode

protected computeScrollDeltaToGetChildRectOnScreen ( android arg0 ) : int
arg0 android
Résultat int

dispatchKeyEvent() public méthode

public dispatchKeyEvent ( android arg0 ) : bool
arg0 android
Résultat bool

executeKeyEvent() public méthode

public executeKeyEvent ( android arg0 ) : bool
arg0 android
Résultat bool

fling() public méthode

public fling ( int arg0 ) : void
arg0 int
Résultat void

fullScroll() public méthode

public fullScroll ( int arg0 ) : bool
arg0 int
Résultat bool

getLeftFadingEdgeStrength() protected méthode

protected getLeftFadingEdgeStrength ( ) : float
Résultat float

getMaxScrollAmount() public méthode

public getMaxScrollAmount ( ) : int
Résultat int

getRightFadingEdgeStrength() protected méthode

protected getRightFadingEdgeStrength ( ) : float
Résultat float

isFillViewport() public méthode

public isFillViewport ( ) : bool
Résultat bool

isSmoothScrollingEnabled() public méthode

public isSmoothScrollingEnabled ( ) : bool
Résultat bool

measureChild() protected méthode

protected measureChild ( android arg0, int arg1, int arg2 ) : void
arg0 android
arg1 int
arg2 int
Résultat void

measureChildWithMargins() protected méthode

protected measureChildWithMargins ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
arg4 int
Résultat void

onInterceptTouchEvent() public méthode

public onInterceptTouchEvent ( android arg0 ) : bool
arg0 android
Résultat bool

onLayout() protected méthode

protected onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
Résultat void

onMeasure() protected méthode

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

onRequestFocusInDescendants() protected méthode

protected onRequestFocusInDescendants ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onSizeChanged() protected méthode

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

onTouchEvent() public méthode

public onTouchEvent ( android arg0 ) : bool
arg0 android
Résultat bool

pageScroll() public méthode

public pageScroll ( int arg0 ) : bool
arg0 int
Résultat bool

requestChildFocus() public méthode

public requestChildFocus ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Résultat void

requestChildRectangleOnScreen() public méthode

public requestChildRectangleOnScreen ( android arg0, android arg1, bool arg2 ) : bool
arg0 android
arg1 android
arg2 bool
Résultat bool

requestLayout() public méthode

public requestLayout ( ) : void
Résultat void

scrollTo() public méthode

public scrollTo ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setFillViewport() public méthode

public setFillViewport ( bool arg0 ) : void
arg0 bool
Résultat void

setSmoothScrollingEnabled() public méthode

public setSmoothScrollingEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

smoothScrollBy() public méthode

public smoothScrollBy ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

smoothScrollTo() public méthode

public smoothScrollTo ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void