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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 41 public UiSeparatorAttributeNode(SeparatorAttributeDescriptor attrDesc,
43 super(attrDesc, uiParent);
UiElementNode.java 457 for (AttributeDescriptor attrDesc : getAttributeDescriptors()) {
458 if (attrDesc instanceof XmlnsAttributeDescriptor) {
460 ((XmlnsAttributeDescriptor) attrDesc).getXmlNsName(),
461 attrDesc);
813 * @param attrDesc The {@link AttributeDescriptor} to match.
817 public UiAttributeNode findUiAttribute(AttributeDescriptor attrDesc) {
818 return getInternalUiAttributes().get(attrDesc);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 533 AttributeDescriptor attrDesc = attr.getDescriptor();
535 attrDesc.getNamespaceUri(),
536 attrDesc.getXmlLocalName(),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 664 milliseconds