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 177 int[] colors = createColors(100);
260 int[] colors = createColors(100);
511 int[] colors = createColors(100);
597 colors = createColors(100 * 100);
697 private int[] createColors(int size){

Completed in 263 milliseconds