C# Класс android.widget.HorizontalScrollView

Наследование: android.widget.FrameLayout
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
HorizontalScrollView ( )

Описание методов

HorizontalScrollView() публичный Метод

public HorizontalScrollView ( android arg0 )
arg0 android

HorizontalScrollView() публичный Метод

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

HorizontalScrollView() публичный Метод

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

HorizontalScrollView() защищенный Метод

protected HorizontalScrollView ( global @__env )
@__env global

addView() публичный Метод

public addView ( android arg0 ) : void
arg0 android
Результат void

addView() публичный Метод

public addView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Результат void

addView() публичный Метод

public addView ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Результат void

addView() публичный Метод

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
Результат void

arrowScroll() публичный Метод

public arrowScroll ( int arg0 ) : bool
arg0 int
Результат bool

computeHorizontalScrollOffset() защищенный Метод

protected computeHorizontalScrollOffset ( ) : int
Результат int

computeHorizontalScrollRange() защищенный Метод

protected computeHorizontalScrollRange ( ) : int
Результат int

computeScroll() публичный Метод

public computeScroll ( ) : void
Результат void

computeScrollDeltaToGetChildRectOnScreen() защищенный Метод

protected computeScrollDeltaToGetChildRectOnScreen ( android arg0 ) : int
arg0 android
Результат int

dispatchKeyEvent() публичный Метод

public dispatchKeyEvent ( android arg0 ) : bool
arg0 android
Результат bool

executeKeyEvent() публичный Метод

public executeKeyEvent ( android arg0 ) : bool
arg0 android
Результат bool

fling() публичный Метод

public fling ( int arg0 ) : void
arg0 int
Результат void

fullScroll() публичный Метод

public fullScroll ( int arg0 ) : bool
arg0 int
Результат bool

getLeftFadingEdgeStrength() защищенный Метод

protected getLeftFadingEdgeStrength ( ) : float
Результат float

getMaxScrollAmount() публичный Метод

public getMaxScrollAmount ( ) : int
Результат int

getRightFadingEdgeStrength() защищенный Метод

protected getRightFadingEdgeStrength ( ) : float
Результат float

isFillViewport() публичный Метод

public isFillViewport ( ) : bool
Результат bool

isSmoothScrollingEnabled() публичный Метод

public isSmoothScrollingEnabled ( ) : bool
Результат bool

measureChild() защищенный Метод

protected measureChild ( android arg0, int arg1, int arg2 ) : void
arg0 android
arg1 int
arg2 int
Результат void

measureChildWithMargins() защищенный Метод

protected measureChildWithMargins ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
arg4 int
Результат void

onInterceptTouchEvent() публичный Метод

public onInterceptTouchEvent ( android arg0 ) : bool
arg0 android
Результат bool

onLayout() защищенный Метод

protected onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
Результат void

onMeasure() защищенный Метод

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Результат void

onRequestFocusInDescendants() защищенный Метод

protected onRequestFocusInDescendants ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Результат bool

onSizeChanged() защищенный Метод

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Результат void

onTouchEvent() публичный Метод

public onTouchEvent ( android arg0 ) : bool
arg0 android
Результат bool

pageScroll() публичный Метод

public pageScroll ( int arg0 ) : bool
arg0 int
Результат bool

requestChildFocus() публичный Метод

public requestChildFocus ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Результат void

requestChildRectangleOnScreen() публичный Метод

public requestChildRectangleOnScreen ( android arg0, android arg1, bool arg2 ) : bool
arg0 android
arg1 android
arg2 bool
Результат bool

requestLayout() публичный Метод

public requestLayout ( ) : void
Результат void

scrollTo() публичный Метод

public scrollTo ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Результат void

setFillViewport() публичный Метод

public setFillViewport ( bool arg0 ) : void
arg0 bool
Результат void

setSmoothScrollingEnabled() публичный Метод

public setSmoothScrollingEnabled ( bool arg0 ) : void
arg0 bool
Результат void

smoothScrollBy() публичный Метод

public smoothScrollBy ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Результат void

smoothScrollTo() публичный Метод

public smoothScrollTo ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Результат void