Home
last modified time | relevance | path

Searched refs:drawableAttribute (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.java286 String drawableAttribute; in computeChanges() local
294 drawableAttribute = ATTR_DRAWABLE_TOP; in computeChanges()
298 drawableAttribute = ATTR_DRAWABLE_BOTTOM; in computeChanges()
304 drawableAttribute = ATTR_DRAWABLE_LEFT; in computeChanges()
308 drawableAttribute = ATTR_DRAWABLE_RIGHT; in computeChanges()
314 setAndroidAttribute(newTextElement, androidNsPrefix, drawableAttribute, src); in computeChanges()