OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:linear5
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java
205
MockXmlNode
linear5
= createLinearLayout(true /*horizontal*/,
local
207
linear5
.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/
linear5
");
223
linear5
.addAttributes(SdkConstants.NS_RESOURCES, "layout_toRightOf", "@+id/linear4");
224
linear5
.addAttributes(SdkConstants.NS_RESOURCES, "layout_below", "@+id/linear4");
228
button1, button2, linear1, linear2, linear3, linear4,
linear5
} );
Completed in 482 milliseconds