Searched refs:mLapFormatSet (Results 1 – 1 of 1) sorted by relevance
84 private final String[] mLapFormatSet; field in StopwatchFragment.LapsListAdapter101 mLapFormatSet = context.getResources().getStringArray(R.array.sw_lap_number_set); in LapsListAdapter()149 mLapFormat = mLapFormatSet[mLaps.size() < 10 ? 0 : 1]; in updateLapFormat()