Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 21 of 21) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DValueCompleter.java66 EnumSet<Format> formats = info.getFormats(); in getProposals() local
75 if (formats.contains(STRING) in getProposals()
77 && (formats.size() > 1 && formats.contains(REFERENCE) || in getProposals()
78 formats.size() > 2) in getProposals()
85 && (formats.contains(DIMENSION) in getProposals()
86 || formats.contains(INTEGER) in getProposals()
87 || formats.contains(FLOAT))) { in getProposals()
99 if (formats.contains(Format.DIMENSION)) { in getProposals()
104 } else if (formats.contains(Format.INTEGER)) { in getProposals()
110 if (formats.contains(REFERENCE) || contents.startsWith(PREFIX_RESOURCE_REF) in getProposals()
[all …]
DXmlPropertyEditor.java419 EnumSet<Format> formats = attributeInfo.getFormats(); in openDialog() local
422 if (formats.contains(Format.FLAG)) { in openDialog()
433 } else if (formats.contains(Format.ENUM)) { in openDialog()
444 for (Format format : formats) { in openDialog()
DPropertyFactory.java196 EnumSet<Format> formats = info.getFormats(); in getProperties() local
197 if (formats.contains(Format.BOOLEAN)) { in getProperties()
199 } else if (formats.contains(Format.ENUM)) { in getProperties()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DAttrsXmlParser.java503 EnumSet<Format> formats = null; in parseAttributeTypes() local
517 if (formats == null) { in parseAttributeTypes()
518 formats = format.asSet(); in parseAttributeTypes()
520 if (formats.size() == 1) { in parseAttributeTypes()
521 formats = EnumSet.copyOf(formats); in parseAttributeTypes()
523 formats.add(format); in parseAttributeTypes()
532 if (formats == null) { in parseAttributeTypes()
533 formats = Format.ENUM_SET; in parseAttributeTypes()
535 if (formats.size() == 1) { in parseAttributeTypes()
536 formats = EnumSet.copyOf(formats); in parseAttributeTypes()
[all …]
DAttributeInfo.java74 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats) { in AttributeInfo() argument
76 mFormats = formats; in AttributeInfo()
85 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats, String javadoc) { in AttributeInfo() argument
87 mFormats = formats; in AttributeInfo()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestAttributeInfo.java36 public TestAttributeInfo(String name, EnumSet<Format> formats, String definedBy, in TestAttributeInfo() argument
40 this.mFormats = formats; in TestAttributeInfo()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DVboDetailProvider.java100 List<String> formats = new ArrayList<String>(values.length); in createControl() local
102 formats.add(format.name()); in createControl()
106 mDisplayFormatCombo.setItems(formats.toArray(new String[formats.size()])); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimationContentAssist.java129 EnumSet<Format> formats = desc.getAttributeInfo().getFormats(); in computeAttributeValues() local
130 if (formats.contains(Format.INTEGER) in computeAttributeValues()
131 || formats.contains(Format.FLOAT)) { in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DValueCompleterTest.java41 String property, EnumSet<Format> formats, String[] values, in checkCompletion() argument
46 new TestAttributeInfo(property, formats, "unittest", values, values, null); in checkCompletion()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcolor1-expected-completion46b.txt20 …followed by the Alpha-Red-Green-Blue information in one of the following formats: * RGB * ARGB * R…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java704 EnumSet<Format> formats = attrInfo.getFormats(); in getPropertyMetadata() local
709 if (formats.contains(IAttributeInfo.Format.BOOLEAN)) { in getPropertyMetadata()
711 } else if (formats.contains(IAttributeInfo.Format.ENUM)) { in getPropertyMetadata()
721 } else if (formats.contains(IAttributeInfo.Format.FLAG)) { in getPropertyMetadata()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java1247 EnumSet<Format> formats = attributeInfo.getFormats(); in completeSuffix() local
1251 boolean hasDimension = formats.contains(Format.DIMENSION); in completeSuffix()
1252 boolean hasFraction = formats.contains(Format.FRACTION); in completeSuffix()
1296 boolean hasFlag = formats.contains(Format.FLAG); in completeSuffix()
/sdk/files/typos/
Dtypos-hu.txt160 # The above rights may be exercised in all media and formats whether now
163 # in other media and formats. Subject to Section 8(f), all rights not
Dtypos-nb.txt160 # The above rights may be exercised in all media and formats whether now
163 # in other media and formats. Subject to Section 8(f), all rights not
Dtypos-it.txt160 # The above rights may be exercised in all media and formats whether now
163 # in other media and formats. Subject to Section 8(f), all rights not
Dtypos-tr.txt160 # The above rights may be exercised in all media and formats whether now
163 # in other media and formats. Subject to Section 8(f), all rights not
Dtypos-es.txt160 # The above rights may be exercised in all media and formats whether now
163 # in other media and formats. Subject to Section 8(f), all rights not
Dtypos-pt.txt160 # The above rights may be exercised in all media and formats whether now
163 # in other media and formats. Subject to Section 8(f), all rights not
Dtypos-de.txt160 # The above rights may be exercised in all media and formats whether now
163 # in other media and formats. Subject to Section 8(f), all rights not
Dtypos-en.txt160 # The above rights may be exercised in all media and formats whether now
163 # in other media and formats. Subject to Section 8(f), all rights not
/sdk/eclipse/
Dchanges.txt219 - New XML formatter which formats all XML files according to the