Searched refs:ATTR_GRAVITY (Results 1 – 2 of 2) sorted by relevance
24 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()
20 import static com.android.SdkConstants.ATTR_GRAVITY;314 ATTR_GRAVITY)); in addLayoutActions() local