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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 408 new AttributeInfo(ATTR_CLASS, Format.STRING_SET),
445 new AttributeInfo(ATTR_NAME, Format.STRING_SET),
452 new AttributeInfo(ATTR_TAG, Format.STRING_SET),
475 new AttributeInfo(ATTR_CLASS, Format.STRING_SET),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 83 AttributeInfo nameAttrInfo = new AttributeInfo(ATTR_NAME, Format.STRING_SET);
205 Format.STRING_SET))
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 691 public static final int STRING_SET = 1;
697 * @return STRING_SET if the property is a string and is non-null.
710 return STRING_SET;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 48 new AttributeInfo(xmlName, Format.STRING_SET)
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 293 attrInfo = new AttributeInfo(xmlName, Format.STRING_SET );
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 62 AttributeInfo info = new AttributeInfo("test", Format.STRING_SET);
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]

Completed in 103 milliseconds