Searched defs:Chronometer (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DChronometer.java49 public class Chronometer extends TextView { class in inherits:TextView
50 private static final String TAG = "Chronometer";
60 void onChronometerTick(Chronometer chronometer);
80 * Initialize this Chronometer object.
83 public Chronometer(Context context) { method in class:Chronometer
91 public Chronometer(Context context, AttributeSet attrs) { method in class:Chronometer
99 public Chronometer(Context context, AttributeSet attrs, int defStyle) { method in class:Chronometer
104 com.android.internal.R.styleable.Chronometer, defStyle, 0);
136 * Sets the format string used for display. The Chronometer will display
141 * Chronometer wil
[all...]

Completed in 34 milliseconds