Home | History | Annotate | Download | only in launcher2

Lines Matching refs:bg

434             Drawable bg;
437 // In the mini case, we draw the active_glow bg *over* the active background
438 bg = mActiveGlowBackground;
440 bg = mNormalBackground;
443 bg.setAlpha((int) (mBackgroundAlpha * mBackgroundAlphaMultiplier * 255));
444 bg.setBounds(mBackgroundRect);
445 bg.draw(canvas);