Searched refs:LAYOUT_FOLDER_PREFIX (Results 1 – 1 of 1) sorted by relevance
103 private static final String LAYOUT_FOLDER_PREFIX = "layout-"; //$NON-NLS-1$ field in LayoutEditorDelegate767 if (parentName.startsWith(LAYOUT_FOLDER_PREFIX)) { in delegateGetPartName()768 parentName = parentName.substring(LAYOUT_FOLDER_PREFIX.length()); in delegateGetPartName()