Home
last modified time | relevance | path

Searched refs:getIndexCount (Results 1 – 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLShape.java45 public int getIndexCount() { in getIndexCount() method in GLShape
50 count += face.getIndexCount(); in getIndexCount()
DGLFace.java72 public int getIndexCount() { in getIndexCount() method in GLFace
DGLWorld.java32 mIndexCount += shape.getIndexCount(); in addShape()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DDraggableDot.java110 final int N = a.getIndexCount(); in DraggableDot()