C# Class android.widget.AnalogClock

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

Méthodes publiques

Méthode Description
AnalogClock ( android arg0 )
AnalogClock ( android arg0, android arg1 )
AnalogClock ( android arg0, android arg1, int arg2 )

Méthodes protégées

Méthode Description
AnalogClock ( global @__env )
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void
onDraw ( android arg0 ) : void
onMeasure ( int arg0, int arg1 ) : void
onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void

Private Methods

Méthode Description
AnalogClock ( )

Method Details

AnalogClock() public méthode

public AnalogClock ( android arg0 )
arg0 android

AnalogClock() public méthode

public AnalogClock ( android arg0, android arg1 )
arg0 android
arg1 android

AnalogClock() public méthode

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

AnalogClock() protected méthode

protected AnalogClock ( global @__env )
@__env global

onAttachedToWindow() protected méthode

protected onAttachedToWindow ( ) : void
Résultat void

onDetachedFromWindow() protected méthode

protected onDetachedFromWindow ( ) : void
Résultat void

onDraw() protected méthode

protected onDraw ( android arg0 ) : void
arg0 android
Résultat void

onMeasure() protected méthode

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

onSizeChanged() protected méthode

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void