Home
last modified time | relevance | path

Searched refs:mBackgroundColor (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java79 private Color mBackgroundColor; field in DurationMinimap
181 mBackgroundColor = new Color(getDisplay(), 0x33, 0x33, 0x33); in initializeColors()
192 mBackgroundColor.dispose(); in disposeColors()
277 gc.setBackground(mBackgroundColor); in drawBackground()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java247 private Color mBackgroundColor; field in LayoutCanvas
265 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()