Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java202 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 PrintCustomContent
515 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 …]