Home | History | Annotate | Download | only in gle2

Lines Matching refs:mBackground

76     private RGB mBackground;
93 mBackground = null;
285 if (mBackground == null) {
304 assert mBackground != null;
542 mBackground = bg;
553 if (mBackground == null) {
557 return mBackground;
573 if (mBackground != null) {
582 if (mBackground != null) {
609 mBackground = ImageUtils.intToRgb(rgb);
618 if (mBackground == null) {
619 mBackground = new RGB(0, 0, 0);