Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mBackground

54     private Drawable mBackground;
104 mBackground = null;
169 if (mBackground == null) {
173 mBackground = getResources().getDrawable(R.drawable.bg_cling1);
177 mBackground = getResources().getDrawable(R.drawable.bg_cling2);
180 mBackground = getResources().getDrawable(R.drawable.bg_cling3);
182 mBackground = getResources().getDrawable(R.drawable.bg_cling4);
185 if (mBackground != null) {
186 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
187 mBackground.draw(c);