Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java576 setStartStopText(mCenterButton, R.string.sw_start_button); in setButtons()
582 setStartStopText(mCenterButton, R.string.sw_stop_button); in setButtons()
588 setStartStopText(mCenterButton, R.string.sw_start_button); in setButtons()
614 private void setStartStopText(TextView v, int text) { in setStartStopText() method in StopwatchFragment