Searched refs:foreground (Results 1 - 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DPreviewIconFactory.java295 // However, in this case we don't trust the foreground color
374 * Look up the background and foreground colors from the theme. May not find either
375 * the background or foreground or both, but will always return a pair of possibly
383 RGB foreground = null;
387 return Pair.of(background, foreground);
402 foreground = resolveThemeColor(resources, "textColorPrimary"); //$NON-NLS-1$
405 // Ensure that the foreground color is suitably distinct from the background color
409 if (foreground == null) {
411 foreground = new RGB(255, 255, 255);
413 foreground
[all...]
H A DPaletteControl.java441 RGB foreground = mPreviewIconFactory.getForegroundColor();
442 if (foreground != null) {
443 mForeground = new Color(getDisplay(), foreground);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
H A DCreateAssetSetWizardState.java97 public RGB foreground = new RGB(0x00, 0x00, 0x00); field in class:CreateAssetSetWizardState
H A DConfigureAssetSetPage.java415 updateColor(display, mValues.foreground, false /*background*/);
540 updateColor(display, mValues.foreground, false /*background*/);
819 mValues.foreground = rgb;
1071 RGB fg = mValues.foreground;
1093 RGB fg = mValues.foreground;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DTemplateMetadata.java268 RGB foreground = getRgb(icon, ATTR_FOREGROUND);
269 if (foreground != null) {
270 mIconState.foreground = foreground;
H A DNewProjectWizard.java130 iconState.foreground = new RGB(0x33, 0xb6, 0xea);

Completed in 132 milliseconds