OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setEnumValues
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java
133
).
setEnumValues
(ResourceType.getNames())
277
.
setEnumValues
(new String[] {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java
142
public AttributeInfo
setEnumValues
(String[] values) {
AttrsXmlParser.java
560
info.
setEnumValues
(enumValues);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java
175
info.
setEnumValues
(new String[] { "wrap_content", "match_parent" });
221
info.
setEnumValues
(new String[] { "wrap_content", "match_parent" });
Completed in 1991 milliseconds