Searched refs:newTextElement (Results 1 – 1 of 1) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | UseCompoundDrawableRefactoring.java | 250 Element newTextElement = tempDocument.createElement(text.getTagName()); in computeChanges() local 251 tempDocument.appendChild(newTextElement); in computeChanges() 262 newTextElement.setAttribute(attribute.getName(), attribute.getValue()); in computeChanges() 276 newTextElement.setAttribute(attribute.getName(), attribute.getValue()); in computeChanges() 280 setAndroidAttribute(newTextElement, androidNsPrefix, ATTR_GRAVITY, gravity); in computeChanges() 314 setAndroidAttribute(newTextElement, androidNsPrefix, drawableAttribute, src); in computeChanges() 318 setAndroidAttribute(newTextElement, androidNsPrefix, ATTR_DRAWABLE_PADDING, padding); in computeChanges() 327 newTextElement.setAttribute(attribute.getName(), attribute.getValue()); in computeChanges() 338 setAndroidAttribute(newTextElement, androidNsPrefix, ATTR_ID, id); in computeChanges()
|