Searched defs:textAlpha (Results 1 – 3 of 3) sorted by relevance
108 int textAlpha = Color.alpha(textView.getCurrentTextColor()); in skipDoubleShadow() local132 private static int getTextShadowColor(int shadowColor, int textAlpha) { in getTextShadowColor()
443 private void setTextAlpha(int textAlpha) { in setTextAlpha()
132 ObjectAnimator textAlpha = ObjectAnimator.ofFloat(mText, ALPHA, 1); in show() local