Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mForegroundAlpha

96     private int mForegroundAlpha = 0;
361 mForegroundAlpha = (int) Math.round((r * 255));
362 mOverScrollForegroundDrawable.setAlpha(mForegroundAlpha);
546 if (mForegroundAlpha > 0) {