Searched refs:darkenColor (Results 1 – 1 of 1) sorted by relevance
501 int red = darkenColor(Color.red(backgroundColor)); in setBackgroundColor()502 int green = darkenColor(Color.green(backgroundColor)); in setBackgroundColor()503 int blue = darkenColor(Color.blue(backgroundColor)); in setBackgroundColor()514 private int darkenColor(int color) { in darkenColor() method in RadioController