Searched defs:Chronometer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DChronometer.java46 public class Chronometer extends TextView { class in inherits:TextView
47 private static final String TAG = "Chronometer";
57 void onChronometerTick(Chronometer chronometer);
77 * Initialize this Chronometer object.
80 public Chronometer(Context context) { method in class:Chronometer
88 public Chronometer(Context context, AttributeSet attrs) { method in class:Chronometer
96 public Chronometer(Context context, AttributeSet attrs, int defStyle) { method in class:Chronometer
101 com.android.internal.R.styleable.Chronometer, defStyle, 0);
133 * Sets the format string used for display. The Chronometer will display
138 * Chronometer wil
[all...]

Completed in 56 milliseconds