Searched defs:blue (Results 1 – 8 of 8) sorted by relevance
45 public int setTermPropColor(int prop, int red, int green, int blue) { in setTermPropColor()
150 float blue = Float.parseFloat(values[4]); in createBackgroundMesh() local
165 float blue = new Float(values[4]); in createBackgroundMesh() local
257 float blue = Color.blue(color) / 255.0f; in convertColor() local
900 final int blue = Color.blue(c) + (int) (TINTED_LEVEL * (255 - Color.blue(c))); in getTintedBackgroundColor() local
526 float blue = (color & 0xFF) / 255f * alpha; in getColor() local
524 float blue = (color & 0xFF) / 255f * alpha; in getColor() local
7444 final Account blue = new Account("blue", "blue"); in testInsertInconsistentAccountType() local