C# Class android.widget.HorizontalScrollView

Inheritance: android.widget.FrameLayout
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method 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

Method Description
HorizontalScrollView ( )

Method Details

HorizontalScrollView() public method

public HorizontalScrollView ( android arg0 )
arg0 android

HorizontalScrollView() public method

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

HorizontalScrollView() public method

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

HorizontalScrollView() protected method

protected HorizontalScrollView ( global @__env )
@__env global

addView() public method

public addView ( android arg0 ) : void
arg0 android
return void

addView() public method

public addView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

addView() public method

public addView ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

addView() public method

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
return void

arrowScroll() public method

public arrowScroll ( int arg0 ) : bool
arg0 int
return bool

computeHorizontalScrollOffset() protected method

protected computeHorizontalScrollOffset ( ) : int
return int

computeHorizontalScrollRange() protected method

protected computeHorizontalScrollRange ( ) : int
return int

computeScroll() public method

public computeScroll ( ) : void
return void

computeScrollDeltaToGetChildRectOnScreen() protected method

protected computeScrollDeltaToGetChildRectOnScreen ( android arg0 ) : int
arg0 android
return int

dispatchKeyEvent() public method

public dispatchKeyEvent ( android arg0 ) : bool
arg0 android
return bool

executeKeyEvent() public method

public executeKeyEvent ( android arg0 ) : bool
arg0 android
return bool

fling() public method

public fling ( int arg0 ) : void
arg0 int
return void

fullScroll() public method

public fullScroll ( int arg0 ) : bool
arg0 int
return bool

getLeftFadingEdgeStrength() protected method

protected getLeftFadingEdgeStrength ( ) : float
return float

getMaxScrollAmount() public method

public getMaxScrollAmount ( ) : int
return int

getRightFadingEdgeStrength() protected method

protected getRightFadingEdgeStrength ( ) : float
return float

isFillViewport() public method

public isFillViewport ( ) : bool
return bool

isSmoothScrollingEnabled() public method

public isSmoothScrollingEnabled ( ) : bool
return bool

measureChild() protected method

protected measureChild ( android arg0, int arg1, int arg2 ) : void
arg0 android
arg1 int
arg2 int
return void

measureChildWithMargins() protected method

protected measureChildWithMargins ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
arg4 int
return void

onInterceptTouchEvent() public method

public onInterceptTouchEvent ( android arg0 ) : bool
arg0 android
return bool

onLayout() protected method

protected onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
return void

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onRequestFocusInDescendants() protected method

protected onRequestFocusInDescendants ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onSizeChanged() protected method

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void

onTouchEvent() public method

public onTouchEvent ( android arg0 ) : bool
arg0 android
return bool

pageScroll() public method

public pageScroll ( int arg0 ) : bool
arg0 int
return bool

requestChildFocus() public method

public requestChildFocus ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

requestChildRectangleOnScreen() public method

public requestChildRectangleOnScreen ( android arg0, android arg1, bool arg2 ) : bool
arg0 android
arg1 android
arg2 bool
return bool

requestLayout() public method

public requestLayout ( ) : void
return void

scrollTo() public method

public scrollTo ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

setFillViewport() public method

public setFillViewport ( bool arg0 ) : void
arg0 bool
return void

setSmoothScrollingEnabled() public method

public setSmoothScrollingEnabled ( bool arg0 ) : void
arg0 bool
return void

smoothScrollBy() public method

public smoothScrollBy ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

smoothScrollTo() public method

public smoothScrollTo ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void