Searched refs:currentLapCount (Results 1 – 1 of 1) sorted by relevance
77 final int currentLapCount = lapCount == 0 ? 0 : 1; in getItemCount() local78 return currentLapCount + lapCount; in getItemCount()