HomeSort by relevance Sort by last modified time
    Searched refs:getXmlLocalName (Results 1 - 25 of 34) 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 298 if (desc.getXmlLocalName().equals(xmlLocalName)) {
689 String name = descriptor.getXmlLocalName();
725 && !descriptor.getXmlLocalName().equals(EDIT_TEXT)) {
737 parent.getDescriptor().getXmlLocalName().equals(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 177 return compareAttributes(mDescriptor.getXmlLocalName(), o.mDescriptor.getXmlLocalName());
UiSeparatorAttributeNode.java 92 Label label = toolkit.createLabel(row, getDescriptor().getXmlLocalName());
UiListAttributeNode.java 118 getDescriptor().getXmlLocalName());
137 String attr_name = descriptor.getXmlLocalName();
UiElementNode.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 212 elementDescs.put(MANIFEST_ELEMENT.getXmlLocalName(), MANIFEST_ELEMENT);
213 elementDescs.put(APPLICATION_ELEMENT.getXmlLocalName(), APPLICATION_ELEMENT);
214 elementDescs.put(INTRUMENTATION_ELEMENT.getXmlLocalName(), INTRUMENTATION_ELEMENT);
215 elementDescs.put(PERMISSION_ELEMENT.getXmlLocalName(), PERMISSION_ELEMENT);
216 elementDescs.put(USES_PERMISSION_ELEMENT.getXmlLocalName(), USES_PERMISSION_ELEMENT);
217 elementDescs.put(USES_SDK_ELEMENT.getXmlLocalName(), USES_SDK_ELEMENT);
218 elementDescs.put(PERMISSION_GROUP_ELEMENT.getXmlLocalName(), PERMISSION_GROUP_ELEMENT);
219 elementDescs.put(PERMISSION_TREE_ELEMENT.getXmlLocalName(), PERMISSION_TREE_ELEMENT);
342 if (attr.getXmlLocalName().equals(newAttr.getXmlLocalName())) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 114 return mDescriptor.getXmlLocalName();
UiElementPullParser.java 163 String xml = node.getDescriptor().getXmlLocalName();
389 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 125 String name = desc.getXmlLocalName();
153 pairs.add(Pair.of(d.getXmlLocalName(), d.getAttributeInfo().getJavaDoc()));
AnimationEditor.java 104 && !mRootTag.equals(mUiRootNode.getDescriptor().getXmlLocalName())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
ResourcesContentAssist.java 113 String name = desc.getXmlLocalName();
168 if (desc.getXmlLocalName().equals(attrName)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditor.java 97 && !mRootTag.equals(mUiRootNode.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/layout/gre/
NodeProxy.java 367 String dName = desc.getXmlLocalName();
451 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 299 title = attr_desc.getXmlLocalName();
324 attr_desc.getXmlLocalName(),
NewItemSelectionDialog.java 310 String name2 = desc.getXmlLocalName().toLowerCase();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 364 return e1.getXmlLocalName().compareTo(e2.getXmlLocalName());
424 if (attrNode.getDescriptor().getXmlLocalName().equals(attrName)) {
611 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 510 attrDesc.getXmlLocalName(),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 223 defined.add(attribute.getXmlLocalName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 324 if (attr.getDescriptor().getXmlLocalName().equals(

Completed in 127 milliseconds

1 2