Home
last modified time | relevance | path

Searched refs:ATTR_GRAVITY (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUseCompoundDrawableRefactoring.java24 import static com.android.SdkConstants.ATTR_GRAVITY;
278 String gravity = layout.getAttributeNS(ANDROID_URI, ATTR_GRAVITY); in computeChanges()
280 setAndroidAttribute(newTextElement, androidNsPrefix, ATTR_GRAVITY, gravity); in computeChanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DRelativeLayoutRule.java20 import static com.android.SdkConstants.ATTR_GRAVITY;
314 ATTR_GRAVITY)); in addLayoutActions() local