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é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 |
Méthode | Description | |
---|---|---|
AbsListView ( ) |
public AbsListView ( android arg0, android arg1 ) | ||
arg0 | android | |
arg1 | android |
public AbsListView ( android arg0, android arg1, int arg2 ) | ||
arg0 | android | |
arg1 | android | |
arg2 | int |
public afterTextChanged ( android arg0 ) : void | ||
arg0 | android | |
Résultat | void |
public beforeTextChanged ( java arg0, int arg1, int arg2, int arg3 ) : void | ||
arg0 | java | |
arg1 | int | |
arg2 | int | |
arg3 | int | |
Résultat | void |
public beforeTextChanged ( string arg0, int arg1, int arg2, int arg3 ) : void | ||
arg0 | string | |
arg1 | int | |
arg2 | int | |
arg3 | int | |
Résultat | void |
public checkInputConnectionProxy ( android arg0 ) : bool | ||
arg0 | android | |
Résultat | bool |
protected checkLayoutParams ( android arg0 ) : bool | ||
arg0 | android | |
Résultat | bool |
protected computeVerticalScrollExtent ( ) : int | ||
Résultat | int |
protected computeVerticalScrollOffset ( ) : int | ||
Résultat | int |
protected computeVerticalScrollRange ( ) : int | ||
Résultat | int |
protected dispatchDraw ( android arg0 ) : void | ||
arg0 | android | |
Résultat | void |
protected dispatchSetPressed ( bool arg0 ) : void | ||
arg0 | bool | |
Résultat | void |
protected generateLayoutParams ( android arg0 ) : global::android.view.ViewGroup.LayoutParams | ||
arg0 | android | |
Résultat | global::android.view.ViewGroup.LayoutParams |
public generateLayoutParams ( android arg0 ) : global::android.widget.AbsListView.LayoutParams | ||
arg0 | android | |
Résultat | global::android.widget.AbsListView.LayoutParams |
protected getBottomFadingEdgeStrength ( ) : float | ||
Résultat | float |
protected getContextMenuInfo ( ) : global::android.view.ContextMenu_ContextMenuInfo | ||
Résultat | global::android.view.ContextMenu_ContextMenuInfo |
public getFocusedRect ( android arg0 ) : void | ||
arg0 | android | |
Résultat | void |
public getSelectedView ( ) : global::android.view.View | ||
Résultat | global::android.view.View |
public getSelector ( ) : global::android.graphics.drawable.Drawable | ||
Résultat | global::android.graphics.drawable.Drawable |
public getTextFilter ( ) : global::java.lang.CharSequence | ||
Résultat | global::java.lang.CharSequence |
protected getTopFadingEdgeStrength ( ) : float | ||
Résultat | float |
protected onCreateDrawableState ( int arg0 ) : int[] | ||
arg0 | int | |
Résultat | int[] |
public onCreateInputConnection ( android arg0 ) : global::android.view.inputmethod.InputConnection | ||
arg0 | android | |
Résultat | global::android.view.inputmethod.InputConnection |
protected onDisplayHint ( int arg0 ) : void | ||
arg0 | int | |
Résultat | void |
public onFilterComplete ( int arg0 ) : void | ||
arg0 | int | |
Résultat | void |
protected onFocusChanged ( bool arg0, int arg1, android arg2 ) : void | ||
arg0 | bool | |
arg1 | int | |
arg2 | android | |
Résultat | void |
public onInterceptTouchEvent ( android arg0 ) : bool | ||
arg0 | android | |
Résultat | bool |
public onKeyDown ( int arg0, android arg1 ) : bool | ||
arg0 | int | |
arg1 | android | |
Résultat | bool |
public onKeyUp ( int arg0, android arg1 ) : bool | ||
arg0 | int | |
arg1 | android | |
Résultat | bool |
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 |
protected onMeasure ( int arg0, int arg1 ) : void | ||
arg0 | int | |
arg1 | int | |
Résultat | void |
public onRestoreInstanceState ( android arg0 ) : void | ||
arg0 | android | |
Résultat | void |
public onSaveInstanceState ( ) : global::android.os.Parcelable | ||
Résultat | global::android.os.Parcelable |
protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void | ||
arg0 | int | |
arg1 | int | |
arg2 | int | |
arg3 | int | |
Résultat | void |
public onTextChanged ( java arg0, int arg1, int arg2, int arg3 ) : void | ||
arg0 | java | |
arg1 | int | |
arg2 | int | |
arg3 | int | |
Résultat | void |
public onTextChanged ( string arg0, int arg1, int arg2, int arg3 ) : void | ||
arg0 | string | |
arg1 | int | |
arg2 | int | |
arg3 | int | |
Résultat | void |
public onTouchEvent ( android arg0 ) : bool | ||
arg0 | android | |
Résultat | bool |
public onTouchModeChanged ( bool arg0 ) : void | ||
arg0 | bool | |
Résultat | void |
public onWindowFocusChanged ( bool arg0 ) : void | ||
arg0 | bool | |
Résultat | void |
public pointToPosition ( int arg0, int arg1 ) : int | ||
arg0 | int | |
arg1 | int | |
Résultat | int |
public pointToRowId ( int arg0, int arg1 ) : long | ||
arg0 | int | |
arg1 | int | |
Résultat | long |
public setCacheColorHint ( int arg0 ) : void | ||
arg0 | int | |
Résultat | void |
public setDrawSelectorOnTop ( bool arg0 ) : void | ||
arg0 | bool | |
Résultat | void |
public setFastScrollEnabled ( bool arg0 ) : void | ||
arg0 | bool | |
Résultat | void |
public setOnScrollListener ( android arg0 ) : void | ||
arg0 | android | |
Résultat | void |
public setRecyclerListener ( android arg0 ) : void | ||
arg0 | android | |
Résultat | void |
public setRecyclerListener ( global arg0 ) : void | ||
arg0 | global | |
Résultat | void |
public setScrollIndicators ( android arg0, android arg1 ) : void | ||
arg0 | android | |
arg1 | android | |
Résultat | void |
public setScrollingCacheEnabled ( bool arg0 ) : void | ||
arg0 | bool | |
Résultat | void |
public setSmoothScrollbarEnabled ( bool arg0 ) : void | ||
arg0 | bool | |
Résultat | void |
public setStackFromBottom ( bool arg0 ) : void | ||
arg0 | bool | |
Résultat | void |
public setTextFilterEnabled ( bool arg0 ) : void | ||
arg0 | bool | |
Résultat | void |
public setTranscriptMode ( int arg0 ) : void | ||
arg0 | int | |
Résultat | void |
public showContextMenuForChild ( android arg0 ) : bool | ||
arg0 | android | |
Résultat | bool |
public smoothScrollBy ( int arg0, int arg1 ) : void | ||
arg0 | int | |
arg1 | int | |
Résultat | void |
public smoothScrollToPosition ( int arg0 ) : void | ||
arg0 | int | |
Résultat | void |
public smoothScrollToPosition ( int arg0, int arg1 ) : void | ||
arg0 | int | |
arg1 | int | |
Résultat | void |
public verifyDrawable ( android arg0 ) : bool | ||
arg0 | android | |
Résultat | bool |