Home | History | Annotate | Download | only in systemui

Lines Matching refs:mBackground

103         Bitmap mBackground;
151 mBackground = null;
306 if (mBackground == null) {
326 mBackground = null;
334 mBackground = mWallpaperManager.getBitmap();
342 mBackground = null;
355 mBackgroundWidth = mBackground != null ? mBackground.getWidth() : 0;
356 mBackgroundHeight = mBackground != null ? mBackground.getHeight() : 0;
374 if (mBackground != null) {
375 c.drawBitmap(mBackground, 0, 0, null);
396 final int texture = loadTexture(mBackground);