Home | History | Annotate | Download | only in gle2

Lines Matching refs:mBackground

78     private RGB mBackground;
95 mBackground = null;
287 if (mBackground == null) {
306 assert mBackground != null;
558 mBackground = bg;
569 if (mBackground == null) {
573 return mBackground;
589 if (mBackground != null) {
598 if (mBackground != null) {
625 mBackground = ImageUtils.intToRgb(rgb);
634 if (mBackground == null) {
635 mBackground = new RGB(0, 0, 0);