Searched refs:ATTR_STYLE (Results 1 – 7 of 7) sorted by relevance
22 import static com.android.SdkConstants.ATTR_STYLE;65 NO_PREFIX_ATTRS.add(ATTR_STYLE);
23 import static com.android.SdkConstants.ATTR_STYLE;231 if (element.hasAttribute(ATTR_STYLE)) { in checkUselessLeaf()
24 import static com.android.SdkConstants.ATTR_STYLE;258 if (ATTR_STYLE.equals(name)) { in getAttributePriority()
24 import static com.android.SdkConstants.ATTR_STYLE;479 } else if (attribute.equals(ATTR_STYLE)) { in score()
29 import static com.android.SdkConstants.ATTR_STYLE;314 || name.startsWith(ATTR_STYLE) in isStylableAttribute()370 setAttribute(rootEdit, element, null, null, ATTR_STYLE, value); in computeChanges()535 styles.add(element.getAttribute(ATTR_STYLE)); in getParentStyle()
26 import static com.android.SdkConstants.ATTR_STYLE;233 boolean isStyle = actionId.equals(ATTR_STYLE); in addContextMenuActions()241 ? (isStyle ? firstNode.getStringAttr(ATTR_STYLE, actionId) in addContextMenuActions()
701 public static final String ATTR_STYLE = "style"; //$NON-NLS-1$ field in SdkConstants