Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPreviewIconFactory.java391 background = resolveThemeColor(resources, "windowBackground"); //$NON-NLS-1$ in getColorsFromTheme()
402 foreground = resolveThemeColor(resources, "textColorPrimary"); //$NON-NLS-1$ in getColorsFromTheme()
455 private static RGB resolveThemeColor(ResourceResolver resources, String resourceName) { in resolveThemeColor() method in PreviewIconFactory