Example usage for Java android.widget Chronometer fields, constructors, methods, implement or subclass
The text is from its open source code.
long | getBase() Return the base time as set through #setBase . |
void | setBase(long base) Set the time that the count-up timer is in reference to. |
void | setOnChronometerTickListener(OnChronometerTickListener listener) Sets the listener to be called when the chronometer changes. |
void | start() Start counting up. |
void | stop() Stop counting up. |