C# Class android.widget.LinearLayout

Inheritance: android.view.ViewGroup
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
LinearLayout ( android arg0 )
LinearLayout ( android arg0, android arg1 )
generateLayoutParams ( android arg0 ) : global::android.widget.LinearLayout.LayoutParams
getBaseline ( ) : int
getBaselineAlignedChildIndex ( ) : int
getOrientation ( ) : int
getWeightSum ( ) : float
isBaselineAligned ( ) : bool
setBaselineAligned ( bool arg0 ) : void
setBaselineAlignedChildIndex ( int arg0 ) : void
setGravity ( int arg0 ) : void
setHorizontalGravity ( int arg0 ) : void
setOrientation ( int arg0 ) : void
setVerticalGravity ( int arg0 ) : void
setWeightSum ( float arg0 ) : void

Méthodes protégées

Méthode Description
LinearLayout ( global @__env )
checkLayoutParams ( android arg0 ) : bool
generateDefaultLayoutParams ( ) : global::android.widget.LinearLayout.LayoutParams
onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
onMeasure ( int arg0, int arg1 ) : void

Private Methods

Méthode Description
LinearLayout ( )

Method Details

LinearLayout() public méthode

public LinearLayout ( android arg0 )
arg0 android

LinearLayout() public méthode

public LinearLayout ( android arg0, android arg1 )
arg0 android
arg1 android

LinearLayout() protected méthode

protected LinearLayout ( global @__env )
@__env global

checkLayoutParams() protected méthode

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

generateDefaultLayoutParams() protected méthode

protected generateDefaultLayoutParams ( ) : global::android.widget.LinearLayout.LayoutParams
Résultat global::android.widget.LinearLayout.LayoutParams

generateLayoutParams() public méthode

public generateLayoutParams ( android arg0 ) : global::android.widget.LinearLayout.LayoutParams
arg0 android
Résultat global::android.widget.LinearLayout.LayoutParams

getBaseline() public méthode

public getBaseline ( ) : int
Résultat int

getBaselineAlignedChildIndex() public méthode

public getBaselineAlignedChildIndex ( ) : int
Résultat int

getOrientation() public méthode

public getOrientation ( ) : int
Résultat int

getWeightSum() public méthode

public getWeightSum ( ) : float
Résultat float

isBaselineAligned() public méthode

public isBaselineAligned ( ) : bool
Résultat bool

onLayout() protected méthode

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

onMeasure() protected méthode

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

setBaselineAligned() public méthode

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

setBaselineAlignedChildIndex() public méthode

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

setGravity() public méthode

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

setHorizontalGravity() public méthode

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

setOrientation() public méthode

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

setVerticalGravity() public méthode

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

setWeightSum() public méthode

public setWeightSum ( float arg0 ) : void
arg0 float
Résultat void