Searched refs:mBackgroundColor (Results 1 – 2 of 2) sorted by relevance
79 private Color mBackgroundColor; field in DurationMinimap181 mBackgroundColor = new Color(getDisplay(), 0x33, 0x33, 0x33); in initializeColors()192 mBackgroundColor.dispose(); in disposeColors()277 gc.setBackground(mBackgroundColor); in drawBackground()
247 private Color mBackgroundColor; field in LayoutCanvas265 mBackgroundColor = new Color(parent.getDisplay(), 150, 150, 150); in LayoutCanvas()266 setBackground(mBackgroundColor); in LayoutCanvas()571 if (mBackgroundColor != null) { in dispose()572 mBackgroundColor.dispose(); in dispose()573 mBackgroundColor = null; in dispose()