C# Class android.text.style.RelativeSizeSpan

Inheritance: android.text.style.MetricAffectingSpan, ParcelableSpan
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
RelativeSizeSpan ( android arg0 )
RelativeSizeSpan ( float arg0 )
describeContents ( ) : int
getSizeChange ( ) : float
getSpanTypeId ( ) : int
updateDrawState ( android arg0 ) : void
updateMeasureState ( android arg0 ) : void
writeToParcel ( android arg0, int arg1 ) : void

Méthodes protégées

Méthode Description
RelativeSizeSpan ( global @__env )

Private Methods

Méthode Description
RelativeSizeSpan ( )

Method Details

RelativeSizeSpan() public méthode

public RelativeSizeSpan ( android arg0 )
arg0 android

RelativeSizeSpan() public méthode

public RelativeSizeSpan ( float arg0 )
arg0 float

RelativeSizeSpan() protected méthode

protected RelativeSizeSpan ( global @__env )
@__env global

describeContents() public méthode

public describeContents ( ) : int
Résultat int

getSizeChange() public méthode

public getSizeChange ( ) : float
Résultat float

getSpanTypeId() public méthode

public getSpanTypeId ( ) : int
Résultat int

updateDrawState() public méthode

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

updateMeasureState() public méthode

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

writeToParcel() public méthode

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