Home
last modified time | relevance | path

Searched refs:TestAttribute (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestDragElement.java38 private Map<String, TestAttribute> mAttributes = new HashMap<String, TestAttribute>();
66 mAttributes = new HashMap<String, TestAttribute>(); in set()
69 mAttributes.put(uri + name, new TestAttribute(uri, name, value)); in set()
108 return new TestAttribute(uri, localName, ""); in getAttribute()
DTestAttribute.java24 public class TestAttribute implements IAttribute, IDragAttribute { class
31 public TestAttribute(String mUri, String mName, String mValue) { in TestAttribute() method in TestAttribute
DTestNode.java212 mAttributes.put(uri + localName, new TestAttribute(uri, localName, value)); in setAttribute()