Home
last modified time | relevance | path

Searched refs:TAG_PREVIEW (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/configuration/
DConfigurationDescription.java58 private static final String TAG_PREVIEW = "preview"; //$NON-NLS-1$ field in ConfigurationDescription
175 if (!TAG_PREVIEW.equals(element.getTagName())) { in fromXml()
270 Element element = document.createElement(TAG_PREVIEW); in toXml()