HomeSort by relevance Sort by last modified time
    Searched refs:getXmlLocalName (Results 1 - 25 of 38) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
XmlnsAttributeDescriptor.java 77 return getXmlNsPrefix() + ":" + getXmlLocalName(); //$NON-NLS-1$
AttributeDescriptor.java 64 public final String getXmlLocalName() {
ElementDescriptor.java 181 public final String getXmlLocalName() {
198 * Most of the time you'll probably want to use {@link #getXmlLocalName()} to get a local
458 if (desc.getXmlLocalName().equals(attributeName) &&
DescriptorsUtils.java 245 if (desc.getXmlLocalName().equals(xmlLocalName)) {
703 String name = descriptor.getXmlLocalName();
741 && !descriptor.getXmlLocalName().equals(EDIT_TEXT)) {
753 parent.getDescriptor().getXmlLocalName().equals(
    [all...]
TextAttributeDescriptor.java 82 mUiName = getXmlLocalName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 216 elementDescs.put(MANIFEST_ELEMENT.getXmlLocalName(), MANIFEST_ELEMENT);
217 elementDescs.put(APPLICATION_ELEMENT.getXmlLocalName(), APPLICATION_ELEMENT);
218 elementDescs.put(INTRUMENTATION_ELEMENT.getXmlLocalName(), INTRUMENTATION_ELEMENT);
219 elementDescs.put(PERMISSION_ELEMENT.getXmlLocalName(), PERMISSION_ELEMENT);
220 elementDescs.put(USES_PERMISSION_ELEMENT.getXmlLocalName(), USES_PERMISSION_ELEMENT);
221 elementDescs.put(USES_SDK_ELEMENT.getXmlLocalName(), USES_SDK_ELEMENT);
222 elementDescs.put(PERMISSION_GROUP_ELEMENT.getXmlLocalName(), PERMISSION_GROUP_ELEMENT);
223 elementDescs.put(PERMISSION_TREE_ELEMENT.getXmlLocalName(), PERMISSION_TREE_ELEMENT);
337 if (attr.getXmlLocalName().equals(newAttr.getXmlLocalName())) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java 83 return mDescriptor.getXmlLocalName();
88 String name = mDescriptor.getXmlLocalName();
170 String name = mDescriptor.getXmlLocalName();
185 String name = mDescriptor.getXmlLocalName();
220 final String attribute = mDescriptor.getXmlLocalName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 182 return compareAttributes(mDescriptor.getXmlLocalName(), o.mDescriptor.getXmlLocalName());
UiSeparatorAttributeNode.java 92 Label label = toolkit.createLabel(row, getDescriptor().getXmlLocalName());
UiListAttributeNode.java 120 getDescriptor().getXmlLocalName());
139 String attr_name = descriptor.getXmlLocalName();
UiElementNode.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 93 && !mRootTag.equals(getUiRootNode().getDescriptor().getXmlLocalName())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 126 return mDescriptor.getXmlLocalName();
UiElementPullParser.java 165 String xml = node.getDescriptor().getXmlLocalName();
412 String name = getCurrentNode().getDescriptor().getXmlLocalName();
ExplodedRenderingHelper.java 74 mLayoutNames.add(desc.getXmlLocalName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 127 String name = desc.getXmlLocalName();
153 pairs.add(Pair.of(d.getXmlLocalName(), d.getAttributeInfo().getJavaDoc()));
AnimationEditorDelegate.java 97 && !mRootTag.equals(getUiRootNode().getDescriptor().getXmlLocalName())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 135 attr_desc.getXmlLocalName(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 227 attr_desc.getXmlLocalName(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 117 String name = desc.getXmlLocalName();
172 if (desc.getXmlLocalName().equals(attrName)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 390 String dName = desc.getXmlLocalName();
477 mNode == null ? "" : mNode.getDescriptor().getXmlLocalName(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 310 title = attr_desc.getXmlLocalName();
335 attr_desc.getXmlLocalName(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 367 return e1.getXmlLocalName().compareTo(e2.getXmlLocalName());
427 if (attrNode.getDescriptor().getXmlLocalName().equals(attrName)) {
616 keyword = ((AttributeDescriptor)choice).getXmlLocalName();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 536 attrDesc.getXmlLocalName(),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 229 defined.add(attribute.getXmlLocalName());

Completed in 2484 milliseconds

1 2