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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java 58 int[] colors = createColors();
67 private int[] createColors() {
CreateBitmap.java 38 private static int[] createColors() {
72 mColors = createColors();
MeasureText.java 36 private static int[] createColors() {
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 182 int[] colors = createColors(100);
265 int[] colors = createColors(100);
609 int[] colors = createColors(100);
695 colors = createColors(100 * 100);
908 private int[] createColors(int size){

Completed in 211 milliseconds