Searched refs:listDemos (Results 1 – 2 of 2) sorted by relevance
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
D | DemoMainActivity.java | 81 final List<DemoLaunchEntry> listDemos = new ArrayList<DemoLaunchEntry>(); in onCreate() local 83 …listDemos.add(new DemoLaunchEntry("jme3test.android.SimpleTexturedTest", "An field of textured box… in onCreate() 84 …listDemos.add(new DemoLaunchEntry("jme3test.android.TestSkyLoadingLagoon", "Sky box demonstration … in onCreate() 85 …listDemos.add(new DemoLaunchEntry("jme3test.android.TestSkyLoadingPrimitives", "Sky box demonstrat… in onCreate() 86 …listDemos.add(new DemoLaunchEntry("jme3test.android.TestBumpModel", "Shows a bump mapped well with… in onCreate() 87 …listDemos.add(new DemoLaunchEntry("jme3test.android.TestNormalMapping", "Shows a normal mapped sph… in onCreate() 88 …listDemos.add(new DemoLaunchEntry("jme3test.android.TestUnshadedModel", "Shows an unshaded model o… in onCreate() 89 …listDemos.add(new DemoLaunchEntry("jme3test.android.TestMovingParticle", "Demonstrates particle ef… in onCreate() 90 …listDemos.add(new DemoLaunchEntry("jme3test.android.TestAmbient", "Positional sound - You sit in a… in onCreate() 95 …listDemos.add(new DemoLaunchEntry("jme3test.android.TestMotionPath", "Shows cinematics - see a tea… in onCreate() [all …]
|
D | DemoLaunchAdapter.java | 22 private List<DemoLaunchEntry> listDemos; field in DemoLaunchAdapter 24 public DemoLaunchAdapter(Context context, List<DemoLaunchEntry> listDemos) { in DemoLaunchAdapter() argument 26 this.listDemos = listDemos; in DemoLaunchAdapter() 30 return listDemos.size(); in getCount() 34 return listDemos.get(position); in getItem() 42 DemoLaunchEntry entry = listDemos.get(position); in getView()
|