Home
last modified time | relevance | path

Searched defs:oldElement (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DBaseLayoutRuleTest.java167 IDragElement oldElement = TestDragElement.create("a.w.B").id("@+id/foo"); in testAddAttributes1() local
185 IDragElement oldElement = TestDragElement.create("a.w.B").id("@+id/foo"); in testAddAttributes2() local
232 IDragElement oldElement = TestDragElement.create("root").add( in testAddInnerElements() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseLayoutRule.java526 protected static void addAttributes(INode newNode, IDragElement oldElement, in addAttributes()
557 protected static void addInnerElements(INode newNode, IDragElement oldElement, in addInnerElements()