HomeSort by relevance Sort by last modified time
    Searched defs:newTextElement (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 250 Element newTextElement = tempDocument.createElement(text.getTagName());
251 tempDocument.appendChild(newTextElement);
262 newTextElement.setAttribute(attribute.getName(), attribute.getValue());
276 newTextElement.setAttribute(attribute.getName(), attribute.getValue());
280 setAndroidAttribute(newTextElement, androidNsPrefix, ATTR_GRAVITY, gravity);
314 setAndroidAttribute(newTextElement, androidNsPrefix, drawableAttribute, src);
318 setAndroidAttribute(newTextElement, androidNsPrefix, ATTR_DRAWABLE_PADDING, padding);
327 newTextElement.setAttribute(attribute.getName(), attribute.getValue());
338 setAndroidAttribute(newTextElement, androidNsPrefix, ATTR_ID, id);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 193 milliseconds