C# 클래스 android.view.ViewGroup

상속: android.view.View, android.view.ViewParent, android.view.ViewManager
파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ViewGroup ( )

메소드 상세

ViewGroup() 공개 메소드

public ViewGroup ( android arg0 )
arg0 android

ViewGroup() 공개 메소드

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

ViewGroup() 공개 메소드

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

ViewGroup() 보호된 메소드

protected ViewGroup ( global @__env )
@__env global

addFocusables() 공개 메소드

public addFocusables ( java arg0, int arg1 ) : void
arg0 java
arg1 int
리턴 void

addFocusables() 공개 메소드

public addFocusables ( java arg0, int arg1, int arg2 ) : void
arg0 java
arg1 int
arg2 int
리턴 void

addStatesFromChildren() 공개 메소드

public addStatesFromChildren ( ) : bool
리턴 bool

addTouchables() 공개 메소드

public addTouchables ( java arg0 ) : void
arg0 java
리턴 void

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

addView() 공개 메소드

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

addViewInLayout() 보호된 메소드

protected addViewInLayout ( android arg0, int arg1, android arg2 ) : bool
arg0 android
arg1 int
arg2 android
리턴 bool

addViewInLayout() 보호된 메소드

protected addViewInLayout ( android arg0, int arg1, android arg2, bool arg3 ) : bool
arg0 android
arg1 int
arg2 android
arg3 bool
리턴 bool

attachLayoutAnimationParameters() 보호된 메소드

protected attachLayoutAnimationParameters ( android arg0, android arg1, int arg2, int arg3 ) : void
arg0 android
arg1 android
arg2 int
arg3 int
리턴 void

attachViewToParent() 보호된 메소드

protected attachViewToParent ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
리턴 void

bringChildToFront() 공개 메소드

public bringChildToFront ( android arg0 ) : void
arg0 android
리턴 void

canAnimate() 보호된 메소드

protected canAnimate ( ) : bool
리턴 bool

checkLayoutParams() 보호된 메소드

protected checkLayoutParams ( android arg0 ) : bool
arg0 android
리턴 bool

childDrawableStateChanged() 공개 메소드

public childDrawableStateChanged ( android arg0 ) : void
arg0 android
리턴 void

cleanupLayoutState() 보호된 메소드

protected cleanupLayoutState ( android arg0 ) : void
arg0 android
리턴 void

clearChildFocus() 공개 메소드

public clearChildFocus ( android arg0 ) : void
arg0 android
리턴 void

clearDisappearingChildren() 공개 메소드

public clearDisappearingChildren ( ) : void
리턴 void

clearFocus() 공개 메소드

public clearFocus ( ) : void
리턴 void

debug() 보호된 메소드

protected debug ( int arg0 ) : void
arg0 int
리턴 void

detachAllViewsFromParent() 보호된 메소드

protected detachAllViewsFromParent ( ) : void
리턴 void

detachViewFromParent() 보호된 메소드

protected detachViewFromParent ( android arg0 ) : void
arg0 android
리턴 void

detachViewFromParent() 보호된 메소드

protected detachViewFromParent ( int arg0 ) : void
arg0 int
리턴 void

detachViewsFromParent() 보호된 메소드

protected detachViewsFromParent ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

dispatchConfigurationChanged() 공개 메소드

public dispatchConfigurationChanged ( android arg0 ) : void
arg0 android
리턴 void

dispatchDisplayHint() 공개 메소드

public dispatchDisplayHint ( int arg0 ) : void
arg0 int
리턴 void

dispatchDraw() 보호된 메소드

protected dispatchDraw ( android arg0 ) : void
arg0 android
리턴 void

dispatchFreezeSelfOnly() 보호된 메소드

protected dispatchFreezeSelfOnly ( android arg0 ) : void
arg0 android
리턴 void

dispatchKeyEvent() 공개 메소드

public dispatchKeyEvent ( android arg0 ) : bool
arg0 android
리턴 bool

dispatchKeyEventPreIme() 공개 메소드

public dispatchKeyEventPreIme ( android arg0 ) : bool
arg0 android
리턴 bool

dispatchKeyShortcutEvent() 공개 메소드

public dispatchKeyShortcutEvent ( android arg0 ) : bool
arg0 android
리턴 bool

dispatchPopulateAccessibilityEvent() 공개 메소드

public dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
arg0 android
리턴 bool

dispatchRestoreInstanceState() 보호된 메소드

protected dispatchRestoreInstanceState ( android arg0 ) : void
arg0 android
리턴 void

dispatchSaveInstanceState() 보호된 메소드

protected dispatchSaveInstanceState ( android arg0 ) : void
arg0 android
리턴 void

dispatchSetPressed() 보호된 메소드

protected dispatchSetPressed ( bool arg0 ) : void
arg0 bool
리턴 void

dispatchSetSelected() 공개 메소드

public dispatchSetSelected ( bool arg0 ) : void
arg0 bool
리턴 void

dispatchThawSelfOnly() 보호된 메소드

protected dispatchThawSelfOnly ( android arg0 ) : void
arg0 android
리턴 void

dispatchTouchEvent() 공개 메소드

public dispatchTouchEvent ( android arg0 ) : bool
arg0 android
리턴 bool

dispatchTrackballEvent() 공개 메소드

public dispatchTrackballEvent ( android arg0 ) : bool
arg0 android
리턴 bool

dispatchUnhandledMove() 공개 메소드

public dispatchUnhandledMove ( android arg0, int arg1 ) : bool
arg0 android
arg1 int
리턴 bool

dispatchVisibilityChanged() 보호된 메소드

protected dispatchVisibilityChanged ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void

dispatchWindowFocusChanged() 공개 메소드

public dispatchWindowFocusChanged ( bool arg0 ) : void
arg0 bool
리턴 void

dispatchWindowVisibilityChanged() 공개 메소드

public dispatchWindowVisibilityChanged ( int arg0 ) : void
arg0 int
리턴 void

drawChild() 보호된 메소드

protected drawChild ( android arg0, android arg1, long arg2 ) : bool
arg0 android
arg1 android
arg2 long
리턴 bool

drawableStateChanged() 보호된 메소드

protected drawableStateChanged ( ) : void
리턴 void

findFocus() 공개 메소드

public findFocus ( ) : global::android.view.View
리턴 global::android.view.View

fitSystemWindows() 보호된 메소드

protected fitSystemWindows ( android arg0 ) : bool
arg0 android
리턴 bool

focusSearch() 공개 메소드

public focusSearch ( android arg0, int arg1 ) : global::android.view.View
arg0 android
arg1 int
리턴 global::android.view.View

focusableViewAvailable() 공개 메소드

public focusableViewAvailable ( android arg0 ) : void
arg0 android
리턴 void

gatherTransparentRegion() 공개 메소드

public gatherTransparentRegion ( android arg0 ) : bool
arg0 android
리턴 bool

generateDefaultLayoutParams() 보호된 메소드

protected generateDefaultLayoutParams ( ) : global::android.view.ViewGroup.LayoutParams
리턴 global::android.view.ViewGroup.LayoutParams

generateLayoutParams() 공개 메소드

public generateLayoutParams ( android arg0 ) : global::android.view.ViewGroup.LayoutParams
arg0 android
리턴 global::android.view.ViewGroup.LayoutParams

getChildAt() 공개 메소드

public getChildAt ( int arg0 ) : global::android.view.View
arg0 int
리턴 global::android.view.View

getChildCount() 공개 메소드

public getChildCount ( ) : int
리턴 int

getChildDrawingOrder() 보호된 메소드

protected getChildDrawingOrder ( int arg0, int arg1 ) : int
arg0 int
arg1 int
리턴 int

getChildMeasureSpec() 공개 정적인 메소드

public static getChildMeasureSpec ( int arg0, int arg1, int arg2 ) : int
arg0 int
arg1 int
arg2 int
리턴 int

getChildStaticTransformation() 보호된 메소드

protected getChildStaticTransformation ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
리턴 bool

getChildVisibleRect() 공개 메소드

public getChildVisibleRect ( android arg0, android arg1, android arg2 ) : bool
arg0 android
arg1 android
arg2 android
리턴 bool

getDescendantFocusability() 공개 메소드

public getDescendantFocusability ( ) : int
리턴 int

getFocusedChild() 공개 메소드

public getFocusedChild ( ) : global::android.view.View
리턴 global::android.view.View

getLayoutAnimation() 공개 메소드

public getLayoutAnimation ( ) : global::android.view.animation.LayoutAnimationController
리턴 global::android.view.animation.LayoutAnimationController

getLayoutAnimationListener() 공개 메소드

public getLayoutAnimationListener ( ) : global::android.view.animation.Animation.AnimationListener
리턴 global::android.view.animation.Animation.AnimationListener

getPersistentDrawingCache() 공개 메소드

public getPersistentDrawingCache ( ) : int
리턴 int

hasFocus() 공개 메소드

public hasFocus ( ) : bool
리턴 bool

hasFocusable() 공개 메소드

public hasFocusable ( ) : bool
리턴 bool

indexOfChild() 공개 메소드

public indexOfChild ( android arg0 ) : int
arg0 android
리턴 int

invalidateChild() 공개 메소드

public invalidateChild ( android arg0, android arg1 ) : void
arg0 android
arg1 android
리턴 void

invalidateChildInParent() 공개 메소드

public invalidateChildInParent ( int arg0, android arg1 ) : global::android.view.ViewParent
arg0 int
arg1 android
리턴 global::android.view.ViewParent

isAlwaysDrawnWithCacheEnabled() 공개 메소드

public isAlwaysDrawnWithCacheEnabled ( ) : bool
리턴 bool

isAnimationCacheEnabled() 공개 메소드

public isAnimationCacheEnabled ( ) : bool
리턴 bool

isChildrenDrawingOrderEnabled() 보호된 메소드

protected isChildrenDrawingOrderEnabled ( ) : bool
리턴 bool

isChildrenDrawnWithCacheEnabled() 보호된 메소드

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

measureChildren() 보호된 메소드

protected measureChildren ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

offsetDescendantRectToMyCoords() 공개 메소드

public offsetDescendantRectToMyCoords ( android arg0, android arg1 ) : void
arg0 android
arg1 android
리턴 void

offsetRectIntoDescendantCoords() 공개 메소드

public offsetRectIntoDescendantCoords ( android arg0, android arg1 ) : void
arg0 android
arg1 android
리턴 void

onAnimationEnd() 보호된 메소드

protected onAnimationEnd ( ) : void
리턴 void

onAnimationStart() 보호된 메소드

protected onAnimationStart ( ) : void
리턴 void

onCreateDrawableState() 보호된 메소드

protected onCreateDrawableState ( int arg0 ) : int[]
arg0 int
리턴 int[]

onInterceptTouchEvent() 공개 메소드

public onInterceptTouchEvent ( android arg0 ) : bool
arg0 android
리턴 bool

onLayout() 보호된 추상적인 메소드

protected abstract onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
리턴 void

onRequestFocusInDescendants() 보호된 메소드

protected onRequestFocusInDescendants ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
리턴 bool

recomputeViewAttributes() 공개 메소드

public recomputeViewAttributes ( android arg0 ) : void
arg0 android
리턴 void

removeAllViews() 공개 메소드

public removeAllViews ( ) : void
리턴 void

removeAllViewsInLayout() 공개 메소드

public removeAllViewsInLayout ( ) : void
리턴 void

removeDetachedView() 보호된 메소드

protected removeDetachedView ( android arg0, bool arg1 ) : void
arg0 android
arg1 bool
리턴 void

removeView() 공개 메소드

public removeView ( android arg0 ) : void
arg0 android
리턴 void

removeViewAt() 공개 메소드

public removeViewAt ( int arg0 ) : void
arg0 int
리턴 void

removeViewInLayout() 공개 메소드

public removeViewInLayout ( android arg0 ) : void
arg0 android
리턴 void

removeViews() 공개 메소드

public removeViews ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

removeViewsInLayout() 공개 메소드

public removeViewsInLayout ( int arg0, int arg1 ) : void
arg0 int
arg1 int
리턴 void

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

requestDisallowInterceptTouchEvent() 공개 메소드

public requestDisallowInterceptTouchEvent ( bool arg0 ) : void
arg0 bool
리턴 void

requestFocus() 공개 메소드

public requestFocus ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
리턴 bool

requestTransparentRegion() 공개 메소드

public requestTransparentRegion ( android arg0 ) : void
arg0 android
리턴 void

scheduleLayoutAnimation() 공개 메소드

public scheduleLayoutAnimation ( ) : void
리턴 void

setAddStatesFromChildren() 공개 메소드

public setAddStatesFromChildren ( bool arg0 ) : void
arg0 bool
리턴 void

setAlwaysDrawnWithCacheEnabled() 공개 메소드

public setAlwaysDrawnWithCacheEnabled ( bool arg0 ) : void
arg0 bool
리턴 void

setAnimationCacheEnabled() 공개 메소드

public setAnimationCacheEnabled ( bool arg0 ) : void
arg0 bool
리턴 void

setChildrenDrawingCacheEnabled() 보호된 메소드

protected setChildrenDrawingCacheEnabled ( bool arg0 ) : void
arg0 bool
리턴 void

setChildrenDrawingOrderEnabled() 보호된 메소드

protected setChildrenDrawingOrderEnabled ( bool arg0 ) : void
arg0 bool
리턴 void

setChildrenDrawnWithCacheEnabled() 보호된 메소드

protected setChildrenDrawnWithCacheEnabled ( bool arg0 ) : void
arg0 bool
리턴 void

setClipChildren() 공개 메소드

public setClipChildren ( bool arg0 ) : void
arg0 bool
리턴 void

setClipToPadding() 공개 메소드

public setClipToPadding ( bool arg0 ) : void
arg0 bool
리턴 void

setDescendantFocusability() 공개 메소드

public setDescendantFocusability ( int arg0 ) : void
arg0 int
리턴 void

setLayoutAnimation() 공개 메소드

public setLayoutAnimation ( android arg0 ) : void
arg0 android
리턴 void

setLayoutAnimationListener() 공개 메소드

public setLayoutAnimationListener ( android arg0 ) : void
arg0 android
리턴 void

setOnHierarchyChangeListener() 공개 메소드

public setOnHierarchyChangeListener ( android arg0 ) : void
arg0 android
리턴 void

setPadding() 공개 메소드

public setPadding ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
리턴 void

setPersistentDrawingCache() 공개 메소드

public setPersistentDrawingCache ( int arg0 ) : void
arg0 int
리턴 void

setStaticTransformationsEnabled() 보호된 메소드

protected setStaticTransformationsEnabled ( bool arg0 ) : void
arg0 bool
리턴 void

showContextMenuForChild() 공개 메소드

public showContextMenuForChild ( android arg0 ) : bool
arg0 android
리턴 bool

startLayoutAnimation() 공개 메소드

public startLayoutAnimation ( ) : void
리턴 void

updateViewLayout() 공개 메소드

public updateViewLayout ( android arg0, android arg1 ) : void
arg0 android
arg1 android
리턴 void