Home
last modified time | relevance | path

Searched refs:ToggleStopwatchRunnable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java106 mTimeText.registerVirtualButtonAction(new ToggleStopwatchRunnable()); in onCreateView()
527 private final class ToggleStopwatchRunnable implements Runnable { class in StopwatchFragment