Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mBackground

81     private Drawable mBackground;
111 mBackground = res.getDrawable(R.drawable.apps_customize_bg);
895 if (mBackground != null && mBackgroundAlpha > 0.0f) {
897 mBackground.setAlpha(alpha);
898 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
899 mBackground.draw(canvas);