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

  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 61 int[] mFillColors = new int[mVertexPoints.length];
65 Arrays.fill(mFillColors, mColors[triangle]);
70 mFillColors, 0, mIndices,
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]

Completed in 142 milliseconds