C# Class android.view.ViewGroup

Inheritance: android.view.View, android.view.ViewParent, android.view.ViewManager
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
ViewGroup ( android arg0 )
ViewGroup ( android arg0, android arg1 )
ViewGroup ( android arg0, android arg1, int arg2 )
addFocusables ( java arg0, int arg1 ) : void
addFocusables ( java arg0, int arg1, int arg2 ) : void
addStatesFromChildren ( ) : bool
addTouchables ( java arg0 ) : void
addView ( android arg0 ) : void
addView ( android arg0, android arg1 ) : void
addView ( android arg0, int arg1 ) : void
addView ( android arg0, int arg1, android arg2 ) : void
addView ( android arg0, int arg1, int arg2 ) : void
bringChildToFront ( android arg0 ) : void
childDrawableStateChanged ( android arg0 ) : void
clearChildFocus ( android arg0 ) : void
clearDisappearingChildren ( ) : void
clearFocus ( ) : void
dispatchConfigurationChanged ( android arg0 ) : void
dispatchDisplayHint ( int arg0 ) : void
dispatchKeyEvent ( android arg0 ) : bool
dispatchKeyEventPreIme ( android arg0 ) : bool
dispatchKeyShortcutEvent ( android arg0 ) : bool
dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
dispatchSetSelected ( bool arg0 ) : void
dispatchTouchEvent ( android arg0 ) : bool
dispatchTrackballEvent ( android arg0 ) : bool
dispatchUnhandledMove ( android arg0, int arg1 ) : bool
dispatchWindowFocusChanged ( bool arg0 ) : void
dispatchWindowVisibilityChanged ( int arg0 ) : void
findFocus ( ) : global::android.view.View
focusSearch ( android arg0, int arg1 ) : global::android.view.View
focusableViewAvailable ( android arg0 ) : void
gatherTransparentRegion ( android arg0 ) : bool
generateLayoutParams ( android arg0 ) : global::android.view.ViewGroup.LayoutParams
getChildAt ( int arg0 ) : global::android.view.View
getChildCount ( ) : int
getChildMeasureSpec ( int arg0, int arg1, int arg2 ) : int
getChildVisibleRect ( android arg0, android arg1, android arg2 ) : bool
getDescendantFocusability ( ) : int
getFocusedChild ( ) : global::android.view.View
getLayoutAnimation ( ) : global::android.view.animation.LayoutAnimationController
getLayoutAnimationListener ( ) : global::android.view.animation.Animation.AnimationListener
getPersistentDrawingCache ( ) : int
hasFocus ( ) : bool
hasFocusable ( ) : bool
indexOfChild ( android arg0 ) : int
invalidateChild ( android arg0, android arg1 ) : void
invalidateChildInParent ( int arg0, android arg1 ) : global::android.view.ViewParent
isAlwaysDrawnWithCacheEnabled ( ) : bool
isAnimationCacheEnabled ( ) : bool
offsetDescendantRectToMyCoords ( android arg0, android arg1 ) : void
offsetRectIntoDescendantCoords ( android arg0, android arg1 ) : void
onInterceptTouchEvent ( android arg0 ) : bool
recomputeViewAttributes ( android arg0 ) : void
removeAllViews ( ) : void
removeAllViewsInLayout ( ) : void
removeView ( android arg0 ) : void
removeViewAt ( int arg0 ) : void
removeViewInLayout ( android arg0 ) : void
removeViews ( int arg0, int arg1 ) : void
removeViewsInLayout ( int arg0, int arg1 ) : void
requestChildFocus ( android arg0, android arg1 ) : void
requestChildRectangleOnScreen ( android arg0, android arg1, bool arg2 ) : bool
requestDisallowInterceptTouchEvent ( bool arg0 ) : void
requestFocus ( int arg0, android arg1 ) : bool
requestTransparentRegion ( android arg0 ) : void
scheduleLayoutAnimation ( ) : void
setAddStatesFromChildren ( bool arg0 ) : void
setAlwaysDrawnWithCacheEnabled ( bool arg0 ) : void
setAnimationCacheEnabled ( bool arg0 ) : void
setClipChildren ( bool arg0 ) : void
setClipToPadding ( bool arg0 ) : void
setDescendantFocusability ( int arg0 ) : void
setLayoutAnimation ( android arg0 ) : void
setLayoutAnimationListener ( android arg0 ) : void
setOnHierarchyChangeListener ( android arg0 ) : void
setPadding ( int arg0, int arg1, int arg2, int arg3 ) : void
setPersistentDrawingCache ( int arg0 ) : void
showContextMenuForChild ( android arg0 ) : bool
startLayoutAnimation ( ) : void
updateViewLayout ( android arg0, android arg1 ) : void

Méthodes protégées

Méthode Description
ViewGroup ( global @__env )
addViewInLayout ( android arg0, int arg1, android arg2 ) : bool
addViewInLayout ( android arg0, int arg1, android arg2, bool arg3 ) : bool
attachLayoutAnimationParameters ( android arg0, android arg1, int arg2, int arg3 ) : void
attachViewToParent ( android arg0, int arg1, android arg2 ) : void
canAnimate ( ) : bool
checkLayoutParams ( android arg0 ) : bool
cleanupLayoutState ( android arg0 ) : void
debug ( int arg0 ) : void
detachAllViewsFromParent ( ) : void
detachViewFromParent ( android arg0 ) : void
detachViewFromParent ( int arg0 ) : void
detachViewsFromParent ( int arg0, int arg1 ) : void
dispatchDraw ( android arg0 ) : void
dispatchFreezeSelfOnly ( android arg0 ) : void
dispatchRestoreInstanceState ( android arg0 ) : void
dispatchSaveInstanceState ( android arg0 ) : void
dispatchSetPressed ( bool arg0 ) : void
dispatchThawSelfOnly ( android arg0 ) : void
dispatchVisibilityChanged ( android arg0, int arg1 ) : void
drawChild ( android arg0, android arg1, long arg2 ) : bool
drawableStateChanged ( ) : void
fitSystemWindows ( android arg0 ) : bool
generateDefaultLayoutParams ( ) : global::android.view.ViewGroup.LayoutParams
getChildDrawingOrder ( int arg0, int arg1 ) : int
getChildStaticTransformation ( android arg0, android arg1 ) : bool
isChildrenDrawingOrderEnabled ( ) : bool
isChildrenDrawnWithCacheEnabled ( ) : bool
measureChild ( android arg0, int arg1, int arg2 ) : void
measureChildWithMargins ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
measureChildren ( int arg0, int arg1 ) : void
onAnimationEnd ( ) : void
onAnimationStart ( ) : void
onCreateDrawableState ( int arg0 ) : int[]
onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
onRequestFocusInDescendants ( int arg0, android arg1 ) : bool
removeDetachedView ( android arg0, bool arg1 ) : void
setChildrenDrawingCacheEnabled ( bool arg0 ) : void
setChildrenDrawingOrderEnabled ( bool arg0 ) : void
setChildrenDrawnWithCacheEnabled ( bool arg0 ) : void
setStaticTransformationsEnabled ( bool arg0 ) : void

Private Methods

Méthode Description
ViewGroup ( )

Method Details

ViewGroup() public méthode

public ViewGroup ( android arg0 )
arg0 android

ViewGroup() public méthode

public ViewGroup ( android arg0, android arg1 )
arg0 android
arg1 android

ViewGroup() public méthode

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

ViewGroup() protected méthode

protected ViewGroup ( global @__env )
@__env global

addFocusables() public méthode

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

addFocusables() public méthode

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

addStatesFromChildren() public méthode

public addStatesFromChildren ( ) : bool
Résultat bool

addTouchables() public méthode

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

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

addView() public méthode

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

addViewInLayout() protected méthode

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

addViewInLayout() protected méthode

protected addViewInLayout ( android arg0, int arg1, android arg2, bool arg3 ) : bool
arg0 android
arg1 int
arg2 android
arg3 bool
Résultat bool

attachLayoutAnimationParameters() protected méthode

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

attachViewToParent() protected méthode

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

bringChildToFront() public méthode

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

canAnimate() protected méthode

protected canAnimate ( ) : bool
Résultat bool

checkLayoutParams() protected méthode

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

childDrawableStateChanged() public méthode

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

cleanupLayoutState() protected méthode

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

clearChildFocus() public méthode

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

clearDisappearingChildren() public méthode

public clearDisappearingChildren ( ) : void
Résultat void

clearFocus() public méthode

public clearFocus ( ) : void
Résultat void

debug() protected méthode

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

detachAllViewsFromParent() protected méthode

protected detachAllViewsFromParent ( ) : void
Résultat void

detachViewFromParent() protected méthode

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

detachViewFromParent() protected méthode

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

detachViewsFromParent() protected méthode

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

dispatchConfigurationChanged() public méthode

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

dispatchDisplayHint() public méthode

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

dispatchDraw() protected méthode

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

dispatchFreezeSelfOnly() protected méthode

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

dispatchKeyEvent() public méthode

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

dispatchKeyEventPreIme() public méthode

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

dispatchKeyShortcutEvent() public méthode

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

dispatchPopulateAccessibilityEvent() public méthode

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

dispatchRestoreInstanceState() protected méthode

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

dispatchSaveInstanceState() protected méthode

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

dispatchSetPressed() protected méthode

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

dispatchSetSelected() public méthode

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

dispatchThawSelfOnly() protected méthode

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

dispatchTouchEvent() public méthode

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

dispatchTrackballEvent() public méthode

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

dispatchUnhandledMove() public méthode

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

dispatchVisibilityChanged() protected méthode

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

dispatchWindowFocusChanged() public méthode

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

dispatchWindowVisibilityChanged() public méthode

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

drawChild() protected méthode

protected drawChild ( android arg0, android arg1, long arg2 ) : bool
arg0 android
arg1 android
arg2 long
Résultat bool

drawableStateChanged() protected méthode

protected drawableStateChanged ( ) : void
Résultat void

findFocus() public méthode

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

fitSystemWindows() protected méthode

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

focusSearch() public méthode

public focusSearch ( android arg0, int arg1 ) : global::android.view.View
arg0 android
arg1 int
Résultat global::android.view.View

focusableViewAvailable() public méthode

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

gatherTransparentRegion() public méthode

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

generateDefaultLayoutParams() protected méthode

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

generateLayoutParams() public méthode

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

getChildAt() public méthode

public getChildAt ( int arg0 ) : global::android.view.View
arg0 int
Résultat global::android.view.View

getChildCount() public méthode

public getChildCount ( ) : int
Résultat int

getChildDrawingOrder() protected méthode

protected getChildDrawingOrder ( int arg0, int arg1 ) : int
arg0 int
arg1 int
Résultat int

getChildMeasureSpec() public static méthode

public static getChildMeasureSpec ( int arg0, int arg1, int arg2 ) : int
arg0 int
arg1 int
arg2 int
Résultat int

getChildStaticTransformation() protected méthode

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

getChildVisibleRect() public méthode

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

getDescendantFocusability() public méthode

public getDescendantFocusability ( ) : int
Résultat int

getFocusedChild() public méthode

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

getLayoutAnimation() public méthode

public getLayoutAnimation ( ) : global::android.view.animation.LayoutAnimationController
Résultat global::android.view.animation.LayoutAnimationController

getLayoutAnimationListener() public méthode

public getLayoutAnimationListener ( ) : global::android.view.animation.Animation.AnimationListener
Résultat global::android.view.animation.Animation.AnimationListener

getPersistentDrawingCache() public méthode

public getPersistentDrawingCache ( ) : int
Résultat int

hasFocus() public méthode

public hasFocus ( ) : bool
Résultat bool

hasFocusable() public méthode

public hasFocusable ( ) : bool
Résultat bool

indexOfChild() public méthode

public indexOfChild ( android arg0 ) : int
arg0 android
Résultat int

invalidateChild() public méthode

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

invalidateChildInParent() public méthode

public invalidateChildInParent ( int arg0, android arg1 ) : global::android.view.ViewParent
arg0 int
arg1 android
Résultat global::android.view.ViewParent

isAlwaysDrawnWithCacheEnabled() public méthode

public isAlwaysDrawnWithCacheEnabled ( ) : bool
Résultat bool

isAnimationCacheEnabled() public méthode

public isAnimationCacheEnabled ( ) : bool
Résultat bool

isChildrenDrawingOrderEnabled() protected méthode

protected isChildrenDrawingOrderEnabled ( ) : bool
Résultat bool

isChildrenDrawnWithCacheEnabled() protected méthode

protected isChildrenDrawnWithCacheEnabled ( ) : 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

measureChildren() protected méthode

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

offsetDescendantRectToMyCoords() public méthode

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

offsetRectIntoDescendantCoords() public méthode

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

onAnimationEnd() protected méthode

protected onAnimationEnd ( ) : void
Résultat void

onAnimationStart() protected méthode

protected onAnimationStart ( ) : void
Résultat void

onCreateDrawableState() protected méthode

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

onInterceptTouchEvent() public méthode

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

onLayout() protected abstract méthode

protected abstract 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

onRequestFocusInDescendants() protected méthode

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

recomputeViewAttributes() public méthode

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

removeAllViews() public méthode

public removeAllViews ( ) : void
Résultat void

removeAllViewsInLayout() public méthode

public removeAllViewsInLayout ( ) : void
Résultat void

removeDetachedView() protected méthode

protected removeDetachedView ( android arg0, bool arg1 ) : void
arg0 android
arg1 bool
Résultat void

removeView() public méthode

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

removeViewAt() public méthode

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

removeViewInLayout() public méthode

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

removeViews() public méthode

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

removeViewsInLayout() public méthode

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

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

requestDisallowInterceptTouchEvent() public méthode

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

requestFocus() public méthode

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

requestTransparentRegion() public méthode

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

scheduleLayoutAnimation() public méthode

public scheduleLayoutAnimation ( ) : void
Résultat void

setAddStatesFromChildren() public méthode

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

setAlwaysDrawnWithCacheEnabled() public méthode

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

setAnimationCacheEnabled() public méthode

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

setChildrenDrawingCacheEnabled() protected méthode

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

setChildrenDrawingOrderEnabled() protected méthode

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

setChildrenDrawnWithCacheEnabled() protected méthode

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

setClipChildren() public méthode

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

setClipToPadding() public méthode

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

setDescendantFocusability() public méthode

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

setLayoutAnimation() public méthode

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

setLayoutAnimationListener() public méthode

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

setOnHierarchyChangeListener() public méthode

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

setPadding() public méthode

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

setPersistentDrawingCache() public méthode

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

setStaticTransformationsEnabled() protected méthode

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

showContextMenuForChild() public méthode

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

startLayoutAnimation() public méthode

public startLayoutAnimation ( ) : void
Résultat void

updateViewLayout() public méthode

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