Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java94 public void addAttributes(String namespaceURI, String localName, String value) { in addAttributes() method in MockXmlNode
/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() method in BaseLayoutRule
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java1058 List<UiAttributeNode> addAttributes = new ArrayList<UiAttributeNode>(); in createXmlNode() local