Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-applyCompletion12.diff3 - <FrameLayout android:foreground="@android:drawable/btn_default">^</FrameLayout>
4 + <FrameLayout android:foreground="@android:drawable/btn_default"><FrameLayout ^></FrameLayout>…
Dmanifest-expected-completion18.txt16 …hether an activity should be finished when its task is brought to the foreground by relaunching f…
Dcompletionvalues1-expected-completion32.txt104 android:foreground : Defines the drawable to draw over the content. [color, reference]
105 android:foregroundGravity : Defines the gravity to apply to the foreground drawable. [flag]
106 android:foregroundInsidePadding : Defines whether the foreground drawable should be drawn inside t…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPreviewIconFactory.java383 RGB foreground = null; in getColorsFromTheme() local
387 return Pair.of(background, foreground); in getColorsFromTheme()
402 foreground = resolveThemeColor(resources, "textColorPrimary"); //$NON-NLS-1$ in getColorsFromTheme()
409 if (foreground == null) { in getColorsFromTheme()
411 foreground = new RGB(255, 255, 255); in getColorsFromTheme()
413 foreground = new RGB(0, 0, 0); in getColorsFromTheme()
416 int fgRgb = ImageUtils.rgbToInt(foreground, 0xFF); in getColorsFromTheme()
420 foreground = new RGB(255, 255, 255); in getColorsFromTheme()
422 foreground = new RGB(0, 0, 0); in getColorsFromTheme()
428 return Pair.of(background, foreground); in getColorsFromTheme()
DPaletteControl.java441 RGB foreground = mPreviewIconFactory.getForegroundColor(); in reloadPalette() local
442 if (foreground != null) { in reloadPalette()
443 mForeground = new Color(getDisplay(), foreground); in reloadPalette()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateMetadata.java268 RGB foreground = getRgb(icon, ATTR_FOREGROUND); in getIconState() local
269 if (foreground != null) { in getIconState()
270 mIconState.foreground = foreground; in getIconState()
DNewProjectWizard.java130 iconState.foreground = new RGB(0x33, 0xb6, 0xea); in getNextPage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DCreateAssetSetWizardState.java97 public RGB foreground = new RGB(0x00, 0x00, 0x00); field in CreateAssetSetWizardState
DConfigureAssetSetPage.java415 updateColor(display, mValues.foreground, false /*background*/); in createControl()
540 updateColor(display, mValues.foreground, false /*background*/); in setVisible()
819 mValues.foreground = rgb; in widgetSelected()
1071 RGB fg = mValues.foreground; in generateImages()
1093 RGB fg = mValues.foreground; in generateImages()