Home | History | Annotate | Download | only in statusbar

Lines Matching defs:endAlpha

614         float endAlpha = mDimmed ? 0 : 1f;
629 ObjectAnimator.ofFloat(mBackgroundNormal, View.ALPHA, startAlpha, endAlpha);