Home
last modified time | relevance | path

Searched refs:match2 (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.java355 String match2; in replaceIds() local
357 match2 = '"' + NEW_ID_PREFIX + match1.substring(ID_PREFIX.length()) + '"'; in replaceIds()
360 match2 = '"' + ID_PREFIX + match1.substring(NEW_ID_PREFIX.length()) + '"'; in replaceIds()
393 if (attributeValue.equals(match1) || attributeValue.equals(match2)) { in replaceIds()