Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/android/jme3test/android/
DDemoLaunchAdapter.java22 private List<DemoLaunchEntry> listDemos; field in DemoLaunchAdapter
24 public DemoLaunchAdapter(Context context, List<DemoLaunchEntry> listDemos) { in DemoLaunchAdapter()
DDemoMainActivity.java81 final List<DemoLaunchEntry> listDemos = new ArrayList<DemoLaunchEntry>(); in onCreate() local