Home
last modified time | relevance | path

Searched refs:GLShape (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DLayer.java29 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];
DGLWorld.java30 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>();
DGLShape.java23 public class GLShape { class
25 public GLShape(GLWorld world) { in GLShape() method in GLShape
DCube.java20 public class Cube extends GLShape {
DKube.java151 GLShape[] shapes; in updateLayers()