Searched refs:mFormats (Results 1 – 1 of 1) sorted by relevance
112 private final String[] mFormats; field in StopwatchFragment.LapsListAdapter128 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()