Searched refs:GLShape (Results 1 – 5 of 5) sorted by relevance
29 GLShape shape = mShapes[i]; in startAnimation()38 GLShape shape = mShapes[i]; in endAnimation()84 GLShape shape = mShapes[i]; in setAngle()91 GLShape[] mShapes = new GLShape[9];
30 public void addShape(GLShape shape) { in addShape()54 Iterator<GLShape> iter3 = mShapeList.iterator(); in generate()56 GLShape shape = iter3.next(); in generate()90 private ArrayList<GLShape> mShapeList = new ArrayList<GLShape>();
23 public class GLShape { class25 public GLShape(GLWorld world) { in GLShape() method in GLShape
20 public class Cube extends GLShape {
151 GLShape[] shapes; in updateLayers()