Home | History | Annotate | Download | only in phone

Lines Matching refs:targetAlpha

1758     private static void setBackgroundColorAlpha(final View target, int rgb, int targetAlpha,
1761 if (currentAlpha == targetAlpha) {
1772 target.setBackgroundColor(Color.argb(targetAlpha, r, g, b));
1775 ValueAnimator anim = ValueAnimator.ofInt(currentAlpha, targetAlpha);