Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java446 ViewGroup parentView = inflate(R.layout.included_layout_parent); in testIncludesLinearLayoutsOnlyOnce() local
447 assertEquals(1, parentView.getChildCount()); in testIncludesLinearLayoutsOnlyOnce()