OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestAttributeInfo
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestAttributeInfo.java
21
public class
TestAttributeInfo
implements IAttributeInfo {
29
public
TestAttributeInfo
(String name) {
33
public
TestAttributeInfo
(String name, Format[] formats, String definedBy,
LinearLayoutRuleTest.java
178
new
TestAttributeInfo
(ATTR_ORIENTATION, new Format[] { Format.ENUM },
212
new
TestAttributeInfo
(ATTR_ORIENTATION, new Format[] { Format.ENUM },
218
new
TestAttributeInfo
("gravity", new Format[] { Format.INTEGER },
Completed in 4349 milliseconds