Home
last modified time | relevance | path

Searched refs:realViewGroup (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewGroup.java19 @RealObject protected ViewGroup realViewGroup; field in ShadowViewGroup
28 directlyOn(realViewGroup, ViewGroup.class, "addView", in addView()
43 for (int i = 0; i < realViewGroup.getChildCount(); i++) { in innerText()
44 View child = realViewGroup.getChildAt(i); in innerText()
62 if (realViewGroup.getChildCount() > 0) { in dump()
65 for (int i = 0; i < realViewGroup.getChildCount(); i++) { in dump()
66 View child = realViewGroup.getChildAt(i); in dump()