HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_STYLE (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 23 import static com.android.ide.common.layout.LayoutConstants.ATTR_STYLE;
213 if (ATTR_STYLE.equals(name)) {
UiResourceAttributeNode.java 20 import static com.android.ide.common.layout.LayoutConstants.ATTR_STYLE;
373 } else if (attribute.equals(ATTR_STYLE)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 68 public static final String ATTR_STYLE = "style"; //$NON-NLS-1$
BaseViewRule.java 25 import static com.android.ide.common.layout.LayoutConstants.ATTR_STYLE;
231 boolean isStyle = actionId.equals(ATTR_STYLE);
239 ? firstNode.getStringAttr(null, ATTR_STYLE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 28 import static com.android.ide.common.layout.LayoutConstants.ATTR_STYLE;
304 || name.startsWith(ATTR_STYLE)
361 setAttribute(rootEdit, element, null, null, ATTR_STYLE, value);
523 styles.add(element.getAttribute(ATTR_STYLE));

Completed in 6183 milliseconds