Searched refs:sColors (Results 1 – 2 of 2) sorted by relevance
39 private static final int[][] sColors = new int[][] { field in DebugHelper68 if (mColorIndex == sColors.length) { in getNextColors()72 return sColors[mColorIndex++]; in getNextColors()
48 private static TypedArray sColors; field in LetterTileDrawable79 if (sColors == null) { in LetterTileDrawable()80 sColors = res.obtainTypedArray(R.array.letter_tile_colors); in LetterTileDrawable()192 final int color = Math.abs(identifier.hashCode()) % sColors.length(); in pickColor()193 return sColors.getColor(color, sDefaultColor); in pickColor()