Home
last modified time | relevance | path

Searched refs:ATTR_STYLE (Results 1 – 7 of 7) sorted by relevance

/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DDetectMissingPrefix.java22 import static com.android.SdkConstants.ATTR_STYLE;
65 NO_PREFIX_ATTRS.add(ATTR_STYLE);
DUselessViewDetector.java23 import static com.android.SdkConstants.ATTR_STYLE;
231 if (element.hasAttribute(ATTR_STYLE)) { in checkUselessLeaf()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiAttributeNode.java24 import static com.android.SdkConstants.ATTR_STYLE;
258 if (ATTR_STYLE.equals(name)) { in getAttributePriority()
DUiResourceAttributeNode.java24 import static com.android.SdkConstants.ATTR_STYLE;
479 } else if (attribute.equals(ATTR_STYLE)) { in score()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleRefactoring.java29 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()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java26 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()
/sdk/common/src/com/android/
DSdkConstants.java701 public static final String ATTR_STYLE = "style"; //$NON-NLS-1$ field in SdkConstants