Home | History | Annotate | Download | only in launcher3

Lines Matching refs:bg

410             Drawable bg;
413 // In the mini case, we draw the active_glow bg *over* the active background
414 bg = mActiveGlowBackground;
416 bg = mNormalBackground;
419 bg.setAlpha((int) (mBackgroundAlpha * mBackgroundAlphaMultiplier * 255));
420 bg.setBounds(mBackgroundRect);
421 bg.draw(canvas);