C# Class android.widget.AbsoluteLayout

Inheritance: android.view.ViewGroup
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
AbsoluteLayout ( android arg0 )
AbsoluteLayout ( android arg0, android arg1 )
AbsoluteLayout ( android arg0, android arg1, int arg2 )
generateLayoutParams ( android arg0 ) : global::android.view.ViewGroup.LayoutParams

Protected Methods

Method Description
AbsoluteLayout ( global @__env )
checkLayoutParams ( android arg0 ) : bool
generateDefaultLayoutParams ( ) : 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
AbsoluteLayout ( )

Method Details

AbsoluteLayout() public method

public AbsoluteLayout ( android arg0 )
arg0 android

AbsoluteLayout() public method

public AbsoluteLayout ( android arg0, android arg1 )
arg0 android
arg1 android

AbsoluteLayout() public method

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

AbsoluteLayout() protected method

protected AbsoluteLayout ( global @__env )
@__env global

checkLayoutParams() protected method

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

generateDefaultLayoutParams() protected method

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

generateLayoutParams() public method

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

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