Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java112 private final String[] mFormats; field in StopwatchFragment.LapsListAdapter
128 mFormats = context.getResources().getStringArray(R.array.stopwatch_format_set); in LapsListAdapter()
180 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex])); in setTimeText()
181 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex])); in setTimeText()