Searched refs:mBackground (Results 1 – 3 of 3) sorted by relevance
78 private RGB mBackground; field in PreviewIconFactory95 mBackground = null; in reset()287 if (mBackground == null) { in render()306 assert mBackground != null; in render()558 mBackground = bg; in storeBackground()569 if (mBackground == null) { in getBackgroundColor()573 return mBackground; in getBackgroundColor()589 if (mBackground != null) { in initColors()598 if (mBackground != null) { in initColors()625 mBackground = ImageUtils.intToRgb(rgb); in initColors()[all …]
192 private Color mBackground; field in PaletteControl324 if (mBackground != null) { in dispose()325 mBackground.dispose(); in dispose()326 mBackground = null; in dispose()433 if (mBackground != null) { in reloadPalette()434 mBackground.dispose(); in reloadPalette()435 mBackground = null; in reloadPalette()439 mBackground = new Color(getDisplay(), background); in reloadPalette()497 if (mPaletteMode.isPreview() && mBackground != null) { in reloadPalette()498 wrapper.setBackground(mBackground); in reloadPalette()[all …]
36 private IColor mBackground = new TestColor(0x000000); field in TestGraphics116 return mBackground; in getBackground()144 mBackground = color; in setBackground()