Searched defs:COLOR (Results 1 – 4 of 4) sorted by relevance
21 public static final int COLOR = 3; field in Constants
34 private static final int[] COLOR = new int[WIDTH * HEIGHT]; field in IconMarginSpanTest
44 private final int[] COLOR = new int[WIDTH * HEIGTH]; field in NinePatchTest
316 final int[] COLOR = new int[width * height]; in testInflate() local