C# Class android.widget.AbsListView

Inheritance: android.widget.AdapterView, android.text.TextWatcher, android.view.ViewTreeObserver.OnGlobalLayoutListener, android.widget.Filter.FilterListener, android.view.ViewTreeObserver.OnTouchModeChangeListener
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
AbsListView ( android arg0 )
AbsListView ( android arg0, android arg1 )
AbsListView ( android arg0, android arg1, int arg2 )
addTouchables ( java arg0 ) : void
afterTextChanged ( android arg0 ) : void
beforeTextChanged ( java arg0, int arg1, int arg2, int arg3 ) : void
beforeTextChanged ( string arg0, int arg1, int arg2, int arg3 ) : void
checkInputConnectionProxy ( android arg0 ) : bool
clearTextFilter ( ) : void
draw ( android arg0 ) : void
generateLayoutParams ( android arg0 ) : global::android.widget.AbsListView.LayoutParams
getCacheColorHint ( ) : int
getFocusedRect ( android arg0 ) : void
getListPaddingBottom ( ) : int
getListPaddingLeft ( ) : int
getListPaddingRight ( ) : int
getListPaddingTop ( ) : int
getSelectedView ( ) : global::android.view.View
getSelector ( ) : global::android.graphics.drawable.Drawable
getSolidColor ( ) : int
getTextFilter ( ) : global::java.lang.CharSequence
getTranscriptMode ( ) : int
hasTextFilter ( ) : bool
invalidateViews ( ) : void
isFastScrollEnabled ( ) : bool
isScrollingCacheEnabled ( ) : bool
isSmoothScrollbarEnabled ( ) : bool
isStackFromBottom ( ) : bool
isTextFilterEnabled ( ) : bool
onCreateInputConnection ( android arg0 ) : global::android.view.inputmethod.InputConnection
onFilterComplete ( int arg0 ) : void
onGlobalLayout ( ) : void
onInterceptTouchEvent ( android arg0 ) : bool
onKeyDown ( int arg0, android arg1 ) : bool
onKeyUp ( int arg0, android arg1 ) : bool
onRestoreInstanceState ( android arg0 ) : void
onSaveInstanceState ( ) : global::android.os.Parcelable
onTextChanged ( java arg0, int arg1, int arg2, int arg3 ) : void
onTextChanged ( string arg0, int arg1, int arg2, int arg3 ) : void
onTouchEvent ( android arg0 ) : bool
onTouchModeChanged ( bool arg0 ) : void
onWindowFocusChanged ( bool arg0 ) : void
pointToPosition ( int arg0, int arg1 ) : int
pointToRowId ( int arg0, int arg1 ) : long
reclaimViews ( java arg0 ) : void
requestLayout ( ) : void
setCacheColorHint ( int arg0 ) : void
setDrawSelectorOnTop ( bool arg0 ) : void
setFastScrollEnabled ( bool arg0 ) : void
setFilterText ( java arg0 ) : void
setOnScrollListener ( android arg0 ) : void
setRecyclerListener ( android arg0 ) : void
setRecyclerListener ( global arg0 ) : void
setScrollIndicators ( android arg0, android arg1 ) : void
setScrollingCacheEnabled ( bool arg0 ) : void
setSelector ( android arg0 ) : void
setSelector ( int arg0 ) : void
setSmoothScrollbarEnabled ( bool arg0 ) : void
setStackFromBottom ( bool arg0 ) : void
setTextFilterEnabled ( bool arg0 ) : void
setTranscriptMode ( int arg0 ) : void
showContextMenuForChild ( android arg0 ) : bool
smoothScrollBy ( int arg0, int arg1 ) : void
smoothScrollToPosition ( int arg0 ) : void
smoothScrollToPosition ( int arg0, int arg1 ) : void
verifyDrawable ( android arg0 ) : bool

Méthodes protégées

Méthode Description
AbsListView ( global @__env )
checkLayoutParams ( android arg0 ) : bool
computeVerticalScrollExtent ( ) : int
computeVerticalScrollOffset ( ) : int
computeVerticalScrollRange ( ) : int
dispatchDraw ( android arg0 ) : void
dispatchSetPressed ( bool arg0 ) : void
drawableStateChanged ( ) : void
generateLayoutParams ( android arg0 ) : global::android.view.ViewGroup.LayoutParams
getBottomFadingEdgeStrength ( ) : float
getContextMenuInfo ( ) : global::android.view.ContextMenu_ContextMenuInfo
getTopFadingEdgeStrength ( ) : float
handleDataChanged ( ) : void
isInFilterMode ( ) : bool
layoutChildren ( ) : void
onAttachedToWindow ( ) : void
onCreateDrawableState ( int arg0 ) : int[]
onDetachedFromWindow ( ) : void
onDisplayHint ( int arg0 ) : void
onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
onMeasure ( int arg0, int arg1 ) : void
onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void

Private Methods

Méthode Description
AbsListView ( )

Method Details

AbsListView() public méthode

public AbsListView ( android arg0 )
arg0 android

AbsListView() public méthode

public AbsListView ( android arg0, android arg1 )
arg0 android
arg1 android

AbsListView() public méthode

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

AbsListView() protected méthode

protected AbsListView ( global @__env )
@__env global

addTouchables() public méthode

public addTouchables ( java arg0 ) : void
arg0 java
Résultat void

afterTextChanged() public méthode

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

beforeTextChanged() public méthode

public beforeTextChanged ( java arg0, int arg1, int arg2, int arg3 ) : void
arg0 java
arg1 int
arg2 int
arg3 int
Résultat void

beforeTextChanged() public méthode

public beforeTextChanged ( string arg0, int arg1, int arg2, int arg3 ) : void
arg0 string
arg1 int
arg2 int
arg3 int
Résultat void

checkInputConnectionProxy() public méthode

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

checkLayoutParams() protected méthode

protected checkLayoutParams ( android arg0 ) : bool
arg0 android
Résultat bool

clearTextFilter() public méthode

public clearTextFilter ( ) : void
Résultat void

computeVerticalScrollExtent() protected méthode

protected computeVerticalScrollExtent ( ) : int
Résultat int

computeVerticalScrollOffset() protected méthode

protected computeVerticalScrollOffset ( ) : int
Résultat int

computeVerticalScrollRange() protected méthode

protected computeVerticalScrollRange ( ) : int
Résultat int

dispatchDraw() protected méthode

protected dispatchDraw ( android arg0 ) : void
arg0 android
Résultat void

dispatchSetPressed() protected méthode

protected dispatchSetPressed ( bool arg0 ) : void
arg0 bool
Résultat void

draw() public méthode

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

drawableStateChanged() protected méthode

protected drawableStateChanged ( ) : void
Résultat void

generateLayoutParams() protected méthode

protected generateLayoutParams ( android arg0 ) : global::android.view.ViewGroup.LayoutParams
arg0 android
Résultat global::android.view.ViewGroup.LayoutParams

generateLayoutParams() public méthode

public generateLayoutParams ( android arg0 ) : global::android.widget.AbsListView.LayoutParams
arg0 android
Résultat global::android.widget.AbsListView.LayoutParams

getBottomFadingEdgeStrength() protected méthode

protected getBottomFadingEdgeStrength ( ) : float
Résultat float

getCacheColorHint() public méthode

public getCacheColorHint ( ) : int
Résultat int

getContextMenuInfo() protected méthode

protected getContextMenuInfo ( ) : global::android.view.ContextMenu_ContextMenuInfo
Résultat global::android.view.ContextMenu_ContextMenuInfo

getFocusedRect() public méthode

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

getListPaddingBottom() public méthode

public getListPaddingBottom ( ) : int
Résultat int

getListPaddingLeft() public méthode

public getListPaddingLeft ( ) : int
Résultat int

getListPaddingRight() public méthode

public getListPaddingRight ( ) : int
Résultat int

getListPaddingTop() public méthode

public getListPaddingTop ( ) : int
Résultat int

getSelectedView() public méthode

public getSelectedView ( ) : global::android.view.View
Résultat global::android.view.View

getSelector() public méthode

public getSelector ( ) : global::android.graphics.drawable.Drawable
Résultat global::android.graphics.drawable.Drawable

getSolidColor() public méthode

public getSolidColor ( ) : int
Résultat int

getTextFilter() public méthode

public getTextFilter ( ) : global::java.lang.CharSequence
Résultat global::java.lang.CharSequence

getTopFadingEdgeStrength() protected méthode

protected getTopFadingEdgeStrength ( ) : float
Résultat float

getTranscriptMode() public méthode

public getTranscriptMode ( ) : int
Résultat int

handleDataChanged() protected méthode

protected handleDataChanged ( ) : void
Résultat void

hasTextFilter() public méthode

public hasTextFilter ( ) : bool
Résultat bool

invalidateViews() public méthode

public invalidateViews ( ) : void
Résultat void

isFastScrollEnabled() public méthode

public isFastScrollEnabled ( ) : bool
Résultat bool

isInFilterMode() protected méthode

protected isInFilterMode ( ) : bool
Résultat bool

isScrollingCacheEnabled() public méthode

public isScrollingCacheEnabled ( ) : bool
Résultat bool

isSmoothScrollbarEnabled() public méthode

public isSmoothScrollbarEnabled ( ) : bool
Résultat bool

isStackFromBottom() public méthode

public isStackFromBottom ( ) : bool
Résultat bool

isTextFilterEnabled() public méthode

public isTextFilterEnabled ( ) : bool
Résultat bool

layoutChildren() protected méthode

protected layoutChildren ( ) : void
Résultat void

onAttachedToWindow() protected méthode

protected onAttachedToWindow ( ) : void
Résultat void

onCreateDrawableState() protected méthode

protected onCreateDrawableState ( int arg0 ) : int[]
arg0 int
Résultat int[]

onCreateInputConnection() public méthode

public onCreateInputConnection ( android arg0 ) : global::android.view.inputmethod.InputConnection
arg0 android
Résultat global::android.view.inputmethod.InputConnection

onDetachedFromWindow() protected méthode

protected onDetachedFromWindow ( ) : void
Résultat void

onDisplayHint() protected méthode

protected onDisplayHint ( int arg0 ) : void
arg0 int
Résultat void

onFilterComplete() public méthode

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

onFocusChanged() protected méthode

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

onGlobalLayout() public méthode

public onGlobalLayout ( ) : void
Résultat void

onInterceptTouchEvent() public méthode

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

onKeyDown() public méthode

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onKeyUp() public méthode

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 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

onRestoreInstanceState() public méthode

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

onSaveInstanceState() public méthode

public onSaveInstanceState ( ) : global::android.os.Parcelable
Résultat global::android.os.Parcelable

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

onTextChanged() public méthode

public onTextChanged ( java arg0, int arg1, int arg2, int arg3 ) : void
arg0 java
arg1 int
arg2 int
arg3 int
Résultat void

onTextChanged() public méthode

public onTextChanged ( string arg0, int arg1, int arg2, int arg3 ) : void
arg0 string
arg1 int
arg2 int
arg3 int
Résultat void

onTouchEvent() public méthode

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

onTouchModeChanged() public méthode

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

onWindowFocusChanged() public méthode

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

pointToPosition() public méthode

public pointToPosition ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Résultat int

pointToRowId() public méthode

public pointToRowId ( int arg0, int arg1 ) : long
arg0 int
arg1 int
Résultat long

reclaimViews() public méthode

public reclaimViews ( java arg0 ) : void
arg0 java
Résultat void

requestLayout() public méthode

public requestLayout ( ) : void
Résultat void

setCacheColorHint() public méthode

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

setDrawSelectorOnTop() public méthode

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

setFastScrollEnabled() public méthode

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

setFilterText() public méthode

public setFilterText ( java arg0 ) : void
arg0 java
Résultat void

setOnScrollListener() public méthode

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

setRecyclerListener() public méthode

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

setRecyclerListener() public méthode

public setRecyclerListener ( global arg0 ) : void
arg0 global
Résultat void

setScrollIndicators() public méthode

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

setScrollingCacheEnabled() public méthode

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

setSelector() public méthode

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

setSelector() public méthode

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

setSmoothScrollbarEnabled() public méthode

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

setStackFromBottom() public méthode

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

setTextFilterEnabled() public méthode

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

setTranscriptMode() public méthode

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

showContextMenuForChild() public méthode

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

smoothScrollBy() public méthode

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

smoothScrollToPosition() public méthode

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

smoothScrollToPosition() public méthode

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

verifyDrawable() public méthode

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