Home
last modified time | relevance | path

Searched refs:COMMENT_PROLOGUE (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/
DLayoutMetadata.java68 private static final String COMMENT_PROLOGUE = " Preview: "; field in LayoutMetadata
117 if (text.startsWith(COMMENT_PROLOGUE)) { in clearLegacyComment()