Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java418 CustomView2 innerCustomView = (CustomView2) outerCustomView.getChildAt(0); in shouldInvokeOnFinishInflate() local
420 assertThat(innerCustomView.childCountAfterInflate).isEqualTo(3); in shouldInvokeOnFinishInflate()