Searched defs:listDemos (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DDemoLaunchAdapter.java22 private List<DemoLaunchEntry> listDemos; field in class:DemoLaunchAdapter
24 public DemoLaunchAdapter(Context context, List<DemoLaunchEntry> listDemos) { argument
26 this.listDemos = listDemos;
30 return listDemos.size();
34 return listDemos.get(position);
42 DemoLaunchEntry entry = listDemos.get(position);

Completed in 52 milliseconds