Searched refs:listDemos (Results 1 - 2 of 2) 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);
H A DDemoMainActivity.java81 final List<DemoLaunchEntry> listDemos = new ArrayList<DemoLaunchEntry>();
83 listDemos.add(new DemoLaunchEntry("jme3test.android.SimpleTexturedTest", "An field of textured boxes rotating"));
84 listDemos.add(new DemoLaunchEntry("jme3test.android.TestSkyLoadingLagoon", "Sky box demonstration with jpg"));
85 listDemos.add(new DemoLaunchEntry("jme3test.android.TestSkyLoadingPrimitives", "Sky box demonstration with png"));
86 listDemos.add(new DemoLaunchEntry("jme3test.android.TestBumpModel", "Shows a bump mapped well with a moving light"));
87 listDemos.add(new DemoLaunchEntry("jme3test.android.TestNormalMapping", "Shows a normal mapped sphere"));
88 listDemos.add(new DemoLaunchEntry("jme3test.android.TestUnshadedModel", "Shows an unshaded model of the sphere"));
89 listDemos.add(new DemoLaunchEntry("jme3test.android.TestMovingParticle", "Demonstrates particle effects"));
90 listDemos.add(new DemoLaunchEntry("jme3test.android.TestAmbient", "Positional sound - You sit in a dark cave under a waterfall"));
92 //listDemos
[all...]

Completed in 102 milliseconds