Searched defs:textAlpha (Results 1 – 2 of 2) sorted by relevance
108 int textAlpha = Color.alpha(textView.getCurrentTextColor()); in skipDoubleShadow() local132 private static int getTextShadowColor(int shadowColor, int textAlpha) { in getTextShadowColor()
98 val textAlpha = ObjectAnimator.ofFloat(text, "alpha", 1f, 0f).apply { regex