Home
last modified time | relevance | path

Searched refs:mIndices (Results 1 – 2 of 2) sorted by relevance

/development/samples/Snake/src/com/example/android/snake/
DBackgroundView.java36 private final short[] mIndices = field in BackgroundView
70 mFillColors, 0, mIndices, in onDraw()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DVertices.java38 private final short[] mIndices = { 0, 1, 2, 3, 4, 1 }; field in Vertices.SampleView
88 mTexs, 0, null, 0, mIndices, 0, 6, mPaint); in onDraw()