OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:linear1
(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
114
MockXmlNode
linear1
= createLinearLayout(true /*horizontal*/,
local
116
linear1
.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/
linear1
");
122
// position linear2 below
linear1
123
linear2.addAttributes(SdkConstants.NS_RESOURCES, "layout_below", "@+id/
linear1
");
126
MockXmlNode layout = createRelativeLayout(new MockXmlNode[] {
linear1
, linear2 } );
147
MockXmlNode
linear1
= createLinearLayout(true /*horizontal*/,
local
149
linear1
.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/
linear1
");
155
// position linear2 below
linear1
189
MockXmlNode
linear1
= createLinearLayout(true \/*horizontal*\/,
local
[
all
...]
Completed in 37 milliseconds