Searched defs:newNode (Results 1 – 5 of 5) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | BaseLayoutRuleTest.java | 168 INode newNode = TestNode.create("a.w.B").id("@+id/foo").set("u", "key", "value").set("u", in testAddAttributes1() local 186 INode newNode = TestNode.create("a.w.B").id("@+id/foo").set("u", "key", "value").set("u", in testAddAttributes2() local 237 INode newNode = TestNode.create("a.w.B").id("@+id/foo"); in testAddInnerElements() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseLayoutRule.java | 526 protected static void addAttributes(INode newNode, IDragElement oldElement, in addAttributes() 557 protected static void addInnerElements(INode newNode, IDragElement oldElement, in addInnerElements()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | ReplaceStringsVisitor.java | 97 ASTNode newNode = mAst.newQualifiedName(qualifierName, idName); in visit() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeProxy.java | 323 NodeProxy newNode = mFactory.create(uiNewView); in insertOrAppend() local
|
D | RulesEngine.java | 530 final IViewRule childRule, final INode newNode) { in callCreateHooks()
|