Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mBackgroundAlpha

87     private float mBackgroundAlpha = 0;
885 if (mBackgroundAlpha > 0.0f) {
886 int alpha = (int) (mBackgroundAlpha * 255);
929 if (alpha != mBackgroundAlpha) {
930 mBackgroundAlpha = alpha;
936 return mBackgroundAlpha;