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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 315 final IAttributeInfo attributeInfo = descriptor.getAttributeInfo();
318 int compare = score(attributeInfo, s1) - score(attributeInfo, s2);
329 private static final int score(IAttributeInfo attributeInfo, String value) {
334 for (Format format : attributeInfo.getFormats()) {
370 String attribute = attributeInfo.getName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 495 IAttributeInfo attributeInfo = attributeDescriptor.getAttributeInfo();
497 && !Format.REFERENCE.in(attributeInfo.getFormats())) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 319 IAttributeInfo attributeInfo = node.getAttributeInfo(ANDROID_URI, attribute);
320 if (attributeInfo != null
321 && IAttributeInfo.Format.REFERENCE.in(attributeInfo.getFormats())) {
330 if (attributeInfo != null && attributeInfo.getFormats().length == 1) {
332 Format format = attributeInfo.getFormats()[0];
    [all...]

Completed in 2838 milliseconds