Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java50 private TextView mCenterButton; field in StopwatchFragment
298 mCenterButton = (TextView)v.findViewById(R.id.stopwatch_stop); in onCreateView()
317 countingTimerView.registerStopTextView(mCenterButton); in onCreateView()
576 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()