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/ |
D | TestDragElement.java | 38 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()
|
D | TestAttribute.java | 24 public class TestAttribute implements IAttribute, IDragAttribute { class 31 public TestAttribute(String mUri, String mName, String mValue) { in TestAttribute() method in TestAttribute
|
D | TestNode.java | 212 mAttributes.put(uri + localName, new TestAttribute(uri, localName, value)); in setAttribute()
|