OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:includedview1
(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/gle2/
CanvasViewInfoTest.java
272
CanvasViewInfo
includedView1
= rootView.getChildren().get(1);
273
assertFalse(
includedView1
.isRoot());
275
assertFalse(
includedView1
.isRoot());
283
assertEquals("RelativeLayout",
includedView1
.getName());
284
assertSame(multiChildNode1,
includedView1
.getUiViewNode());
285
assertEquals("foo",
includedView1
.getUiViewNode().getDescriptor().getXmlName());
289
assertSame(rootView,
includedView1
.getParent());
291
assertEquals(new Rectangle(10, 30, 69, 4),
includedView1
.getAbsRect());
292
assertEquals(new Rectangle(10, 30, 69, 5),
includedView1
.getSelectionRect());
295
assertEquals(0,
includedView1
.getChildren().size())
[
all
...]
Completed in 800 milliseconds