C# Class android.widget.Chronometer

Inheritance: android.widget.TextView
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
Chronometer ( android arg0 )
Chronometer ( android arg0, android arg1 )
Chronometer ( android arg0, android arg1, int arg2 )
getBase ( ) : long
getFormat ( ) : global::java.lang.String
getOnChronometerTickListener ( ) : global::android.widget.Chronometer.OnChronometerTickListener
setBase ( long arg0 ) : void
setFormat ( java arg0 ) : void
setOnChronometerTickListener ( android arg0 ) : void
setOnChronometerTickListener ( global arg0 ) : void
start ( ) : void
stop ( ) : void

Protected Methods

Method Description
Chronometer ( global @__env )
onDetachedFromWindow ( ) : void
onWindowVisibilityChanged ( int arg0 ) : void

Private Methods

Method Description
Chronometer ( )

Method Details

Chronometer() public method

public Chronometer ( android arg0 )
arg0 android

Chronometer() public method

public Chronometer ( android arg0, android arg1 )
arg0 android
arg1 android

Chronometer() public method

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

Chronometer() protected method

protected Chronometer ( global @__env )
@__env global

getBase() public method

public getBase ( ) : long
return long

getFormat() public method

public getFormat ( ) : global::java.lang.String
return global::java.lang.String

getOnChronometerTickListener() public method

public getOnChronometerTickListener ( ) : global::android.widget.Chronometer.OnChronometerTickListener
return global::android.widget.Chronometer.OnChronometerTickListener

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

onWindowVisibilityChanged() protected method

protected onWindowVisibilityChanged ( int arg0 ) : void
arg0 int
return void

setBase() public method

public setBase ( long arg0 ) : void
arg0 long
return void

setFormat() public method

public setFormat ( java arg0 ) : void
arg0 java
return void

setOnChronometerTickListener() public method

public setOnChronometerTickListener ( android arg0 ) : void
arg0 android
return void

setOnChronometerTickListener() public method

public setOnChronometerTickListener ( global arg0 ) : void
arg0 global
return void

start() public method

public start ( ) : void
return void

stop() public method

public stop ( ) : void
return void