HomeSort by relevance Sort by last modified time
    Searched refs:GLShape (Results 1 - 5 of 5) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 29 GLShape shape = mShapes[i];
38 GLShape shape = mShapes[i];
84 GLShape shape = mShapes[i];
91 GLShape[] mShapes = new GLShape[9];
GLWorld.java 30 public void addShape(GLShape shape) {
54 Iterator<GLShape> iter3 = mShapeList.iterator();
56 GLShape shape = iter3.next();
90 private ArrayList<GLShape> mShapeList = new ArrayList<GLShape>();
GLShape.java 23 public class GLShape {
25 public GLShape(GLWorld world) {
Cube.java 20 public class Cube extends GLShape {
Kube.java 151 GLShape[] shapes;

Completed in 54 milliseconds