Home
last modified time | relevance | path

Searched refs:match1 (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/refactoring/
DVisualRefactoring.java354 String match1 = rootId; in replaceIds() local
356 if (match1.startsWith(ID_PREFIX)) { in replaceIds()
357 match2 = '"' + NEW_ID_PREFIX + match1.substring(ID_PREFIX.length()) + '"'; in replaceIds()
358 match1 = '"' + match1 + '"'; in replaceIds()
359 } else if (match1.startsWith(NEW_ID_PREFIX)) { in replaceIds()
360 match2 = '"' + ID_PREFIX + match1.substring(NEW_ID_PREFIX.length()) + '"'; in replaceIds()
361 match1 = '"' + match1 + '"'; in replaceIds()
393 if (attributeValue.equals(match1) || attributeValue.equals(match2)) { in replaceIds()