Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPreviewIconFactory.java175 String themeName = mPalette.getCurrentTheme(); in partitionRenderElements() local
176 … if (themeName == null || !themeName.startsWith("Theme.Holo")) { //$NON-NLS-1$ in partitionRenderElements()
523 String themeName = mPalette.getCurrentTheme(); in getImageDir() local
524 if (themeName == null) { in getImageDir()
525 themeName = "Theme"; //$NON-NLS-1$ in getImageDir()
527 if (themeName.startsWith(themeNamePrefix)) { in getImageDir()
528 themeName = themeName.substring(themeNamePrefix.length()); in getImageDir()
531 themeName = cleanup(themeName); in getImageDir()
534 themeName, deviceName); in getImageDir()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfiguration.java645 String themeName = ResourceHelper.styleToTheme(theme); in toPersistentString() local
651 sb.append(themeName); in toPersistentString()