Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mBackgroundAlpha

82     private float mBackgroundAlpha = 0;
901 if (mBackground != null && mBackgroundAlpha > 0.0f) {
902 int alpha = (int) (mBackgroundAlpha * 255);
952 if (alpha != mBackgroundAlpha) {
953 mBackgroundAlpha = alpha;
959 return mBackgroundAlpha;