Searched refs:MotoGpStatItem (Results 1 – 1 of 1) sorted by relevance
202 final List<MotoGpStatItem> items = ((MotoGpStatAdapter) in print()312 final List<MotoGpStatItem> items = ((MotoGpStatAdapter) in print()489 private List<MotoGpStatItem> loadMotoGpStats() { in loadMotoGpStats()494 List<MotoGpStatItem> items = new ArrayList<MotoGpStatItem>(); in loadMotoGpStats()498 MotoGpStatItem item = new MotoGpStatItem(); in loadMotoGpStats()508 private static final class MotoGpStatItem { class in PrintCustomContent515 private final List<MotoGpStatItem> mItems;518 public MotoGpStatAdapter(List<MotoGpStatItem> items, LayoutInflater inflater) { in MotoGpStatAdapter()523 public List<MotoGpStatItem> cloneItems() { in cloneItems()524 return new ArrayList<MotoGpStatItem>(mItems); in cloneItems()[all …]