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

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 171 return XmlAttributeSortOrder.compareAttributes(mDescriptor.getXmlLocalName(),
172 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/descriptors/
XmlnsAttributeDescriptor.java 67 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 247 if (desc.getXmlLocalName().equals(xmlLocalName)) {
705 String name = descriptor.getXmlLocalName();
743 && !descriptor.getXmlLocalName().equals(EDIT_TEXT)) {
755 parent.getDescriptor().getXmlLocalName().equals(
783 String tag = descriptor.getXmlLocalName();
    [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 219 elementDescs.put(MANIFEST_ELEMENT.getXmlLocalName(), MANIFEST_ELEMENT);
220 elementDescs.put(APPLICATION_ELEMENT.getXmlLocalName(), APPLICATION_ELEMENT);
221 elementDescs.put(INTRUMENTATION_ELEMENT.getXmlLocalName(), INTRUMENTATION_ELEMENT);
222 elementDescs.put(PERMISSION_ELEMENT.getXmlLocalName(), PERMISSION_ELEMENT);
223 elementDescs.put(USES_PERMISSION_ELEMENT.getXmlLocalName(), USES_PERMISSION_ELEMENT);
224 elementDescs.put(USES_SDK_ELEMENT.getXmlLocalName(), USES_SDK_ELEMENT);
225 elementDescs.put(PERMISSION_GROUP_ELEMENT.getXmlLocalName(), PERMISSION_GROUP_ELEMENT);
226 elementDescs.put(PERMISSION_TREE_ELEMENT.getXmlLocalName(), PERMISSION_TREE_ELEMENT);
374 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 85 return mDescriptor.getXmlLocalName();
91 String name = mDescriptor.getXmlLocalName();
171 String name = mDescriptor.getXmlLocalName();
190 String name = mDescriptor.getXmlLocalName();
230 final String attribute = mDescriptor.getXmlLocalName();
ValueCompleter.java 100 if (descriptor.getXmlLocalName().equals(ATTR_TEXT_SIZE)) {
  /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 169 String xml = node.getDescriptor().getXmlLocalName();
419 String name = getCurrentNode().getDescriptor().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 99 && !mRootTag.equals(getUiRootNode().getDescriptor().getXmlLocalName())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 95 && !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();
174 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 403 String dName = desc.getXmlLocalName();
491 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 326 return e1.getXmlLocalName().compareTo(e2.getXmlLocalName());
386 if (attrNode.getDescriptor().getXmlLocalName().equals(attrName)) {
587 keyword = ((AttributeDescriptor)choice).getXmlLocalName();
    [all...]
CompletionProposal.java 151 String name = desc.getXmlLocalName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 536 attrDesc.getXmlLocalName(),
    [all...]

Completed in 630 milliseconds

1 2