C# Class android.widget.AnalogClock

Inheritance: android.view.View
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
AnalogClock ( android arg0 )
AnalogClock ( android arg0, android arg1 )
AnalogClock ( android arg0, android arg1, int arg2 )

Protected Methods

Method 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

Method Description
AnalogClock ( )

Method Details

AnalogClock() public method

public AnalogClock ( android arg0 )
arg0 android

AnalogClock() public method

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

AnalogClock() public method

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

AnalogClock() protected method

protected AnalogClock ( global @__env )
@__env global

onAttachedToWindow() protected method

protected onAttachedToWindow ( ) : void
return void

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

onDraw() protected method

protected onDraw ( android arg0 ) : void
arg0 android
return void

onMeasure() protected method

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

onSizeChanged() protected method

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void