Home
last modified time | relevance | path

Searched refs:mForeground (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestGraphics.java38 private IColor mForeground = new TestColor(0xFFFFFF); field in TestGraphics
126 return mForeground; in getForeground()
150 mForeground = color; in setForeground()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPreviewIconFactory.java79 private RGB mForeground; field in PreviewIconFactory
96 mForeground = null; in reset()
559 mForeground = fg; in storeBackground()
577 if (mForeground == null) { in getForegroundColor()
581 return mForeground; in getForegroundColor()
630 mForeground = ImageUtils.intToRgb(rgb); in initColors()
DPaletteControl.java193 private Color mForeground; field in PaletteControl
328 if (mForeground != null) { in dispose()
329 mForeground.dispose(); in dispose()
330 mForeground = null; in dispose()
429 if (mForeground != null) { in reloadPalette()
430 mForeground.dispose(); in reloadPalette()
431 mForeground = null; in reloadPalette()
443 mForeground = new Color(getDisplay(), foreground); in reloadPalette()
658 if (mForeground != null) { in createItem()
659 item.setForeground(mForeground); in createItem()