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

/frameworks/base/core/java/com/android/internal/widget/
H A DTextProgressBar.java132 public void onChronometerTick(Chronometer chronometer) { argument
/frameworks/base/core/java/android/widget/
H A DChronometer.java51 * A callback that notifies when the chronometer has incremented on its own.
56 * Notification that the chronometer has changed.
58 void onChronometerTick(Chronometer chronometer); argument
163 * Sets the listener to be called when the chronometer changes.
172 * @return The listener (may be null) that is listening for chronometer change
197 * be held as the chronometer is running, via {@link #start}.

Completed in 35 milliseconds