Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java669 mTime.post(mTimeUpdateThread); in startUpdateThread()
673 mTime.removeCallbacks(mTimeUpdateThread); in stopUpdateThread()
676 Runnable mTimeUpdateThread = new Runnable() { field in StopwatchFragment
687 mTime.postDelayed(mTimeUpdateThread, 10);