Searched refs:oldElement (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | BaseLayoutRuleTest.java | 167 IDragElement oldElement = TestDragElement.create("a.w.B").id("@+id/foo"); in testAddAttributes1() local 175 layout.addAttributes(newNode, oldElement, idMap, filter); in testAddAttributes1() 185 IDragElement oldElement = TestDragElement.create("a.w.B").id("@+id/foo"); in testAddAttributes2() local 203 layout.addAttributes(newNode, oldElement, idMap, filter); in testAddAttributes2() 232 IDragElement oldElement = TestDragElement.create("root").add( in testAddInnerElements() local 240 layout.addInnerElements(newNode, oldElement, idMap); in testAddInnerElements()
|
/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() argument 529 for (IDragAttribute attr : oldElement.getAttributes()) { in addAttributes() 557 protected static void addInnerElements(INode newNode, IDragElement oldElement, in addInnerElements() argument 560 for (IDragElement element : oldElement.getInnerElements()) { in addInnerElements()
|