Searched refs:shadowColor (Results 1 – 2 of 2) sorted by relevance
132 private static int getTextShadowColor(int shadowColor, int textAlpha) { in getTextShadowColor() argument133 return setColorAlphaBound(shadowColor, in getTextShadowColor()134 Math.round(Color.alpha(shadowColor) * textAlpha / 255f)); in getTextShadowColor()
172 int shadowColor = Color.argb(SHADOW_OPACITY, 0, 0, 0); in setup() local174 new int[]{shadowColor, Color.TRANSPARENT}, in setup()