Home
last modified time | relevance | path

Searched refs:setAndroidAttribute (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/
DUseCompoundDrawableRefactoring.java280 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()
338 setAndroidAttribute(newTextElement, androidNsPrefix, ATTR_ID, id); in computeChanges()
429 private static void setAndroidAttribute(Element element, String prefix, String name, in setAndroidAttribute() method in UseCompoundDrawableRefactoring