C# Class android.widget.RelativeLayout

Inheritance: android.view.ViewGroup
Exibir arquivo Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
RelativeLayout ( android arg0 )
RelativeLayout ( android arg0, android arg1 )
RelativeLayout ( android arg0, android arg1, int arg2 )
dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
generateLayoutParams ( android arg0 ) : global::android.widget.RelativeLayout.LayoutParams
getBaseline ( ) : int
requestLayout ( ) : void
setGravity ( int arg0 ) : void
setHorizontalGravity ( int arg0 ) : void
setIgnoreGravity ( int arg0 ) : void
setVerticalGravity ( int arg0 ) : void

Protected Methods

Method Description
RelativeLayout ( global @__env )
checkLayoutParams ( android arg0 ) : bool
generateDefaultLayoutParams ( ) : global::android.view.ViewGroup.LayoutParams
generateLayoutParams ( android arg0 ) : global::android.view.ViewGroup.LayoutParams
onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
onMeasure ( int arg0, int arg1 ) : void

Private Methods

Method Description
RelativeLayout ( )

Method Details

RelativeLayout() public method

public RelativeLayout ( android arg0 )
arg0 android

RelativeLayout() public method

public RelativeLayout ( android arg0, android arg1 )
arg0 android
arg1 android

RelativeLayout() public method

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

RelativeLayout() protected method

protected RelativeLayout ( global @__env )
@__env global

checkLayoutParams() protected method

protected checkLayoutParams ( android arg0 ) : bool
arg0 android
return bool

dispatchPopulateAccessibilityEvent() public method

public dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
arg0 android
return bool

generateDefaultLayoutParams() protected method

protected generateDefaultLayoutParams ( ) : global::android.view.ViewGroup.LayoutParams
return global::android.view.ViewGroup.LayoutParams

generateLayoutParams() protected method

protected generateLayoutParams ( android arg0 ) : global::android.view.ViewGroup.LayoutParams
arg0 android
return global::android.view.ViewGroup.LayoutParams

generateLayoutParams() public method

public generateLayoutParams ( android arg0 ) : global::android.widget.RelativeLayout.LayoutParams
arg0 android
return global::android.widget.RelativeLayout.LayoutParams

getBaseline() public method

public getBaseline ( ) : int
return int

onLayout() protected method

protected onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
return void

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

requestLayout() public method

public requestLayout ( ) : void
return void

setGravity() public method

public setGravity ( int arg0 ) : void
arg0 int
return void

setHorizontalGravity() public method

public setHorizontalGravity ( int arg0 ) : void
arg0 int
return void

setIgnoreGravity() public method

public setIgnoreGravity ( int arg0 ) : void
arg0 int
return void

setVerticalGravity() public method

public setVerticalGravity ( int arg0 ) : void
arg0 int
return void