Home
last modified time | relevance | path

Searched defs:newId (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewRefactoring.java193 String newId = ensureIdMatchesType(element, mTypeFqcn, rootEdit); in computeChanges() local
DChangeLayoutRefactoring.java250 String newId = ensureIdMatchesType(layout, mTypeFqcn, rootEdit); in computeChanges() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDependencyGraph.java301 static String describePath(List<Constraint> path, String newName, String newId) { in describePath()