Home
last modified time | relevance | path

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

/sdk/ide_common/src/com/android/ide/common/resources/
DIdResourceParser.java126 ResourceValue newId = new ResourceValue(ResourceType.ID, id, in parse() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewRefactoring.java184 String newId = ensureIdMatchesType(element, mTypeFqcn, rootEdit); in computeChanges() local
DChangeLayoutRefactoring.java243 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.java299 static String describePath(List<Constraint> path, String newName, String newId) { in describePath()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseLayoutRule.java524 String newId = null; in addAttributes() local