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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java700 setStartStopText(mCircleLayout, mCenterButton, R.string.sw_start_button);
706 setStartStopText(mCircleLayout, mCenterButton, R.string.sw_stop_button);
712 setStartStopText(mCircleLayout, mCenterButton, R.string.sw_start_button);
748 private void setStartStopText(final ViewGroup parent, TextView textView, int text) { method in class:StopwatchFragment

Completed in 10 milliseconds