HomeSort by relevance Sort by last modified time
    Searched defs:attributeInfo (Results 1 - 8 of 8) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 61 * in the AttributeInfo objects for each enum value). To do this, I should
153 IAttributeInfo attributeInfo = desc.getAttributeInfo();
154 if (attributeInfo != null) {
155 return attributeInfo.getJavaDoc();
AndroidContentAssist.java 459 IAttributeInfo attributeInfo = attributeDescriptor.getAttributeInfo();
461 && !attributeInfo.getFormats().contains(Format.REFERENCE)) {
473 && !attributeInfo.getFormats().contains(Format.REFERENCE)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 419 final IAttributeInfo attributeInfo = descriptor.getAttributeInfo();
423 int compare = score(attributeInfo, s1) - score(attributeInfo, s2);
434 private static final int score(IAttributeInfo attributeInfo, String value) {
439 for (Format format : attributeInfo.getFormats()) {
486 String attribute = attributeInfo.getName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 387 IAttributeInfo attributeInfo = xmlProperty.getDescriptor().getAttributeInfo();
414 attributeInfo = null;
418 if (attributeInfo != null) {
419 EnumSet<Format> formats = attributeInfo.getFormats();
423 String[] flagValues = attributeInfo.getFlagValues();
434 String[] enumValues = attributeInfo.getEnumValues();
PropertyFactory.java 228 /* IAttributeInfo attributeInfo = descriptor.getAttributeInfo();
229 if (attributeInfo != null && fqcn.equals(attributeInfo.getDefinedBy())) {
332 IAttributeInfo attributeInfo = descriptor.getAttributeInfo();
333 if (attributeInfo != null && attributeInfo.getDefinedBy() != null) {
334 String category = attributeInfo.getDefinedBy();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 1255 milliseconds