Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java417 CustomView2 outerCustomView = inflate(layoutResId); in shouldInvokeOnFinishInflate() local
418 CustomView2 innerCustomView = (CustomView2) outerCustomView.getChildAt(0); in shouldInvokeOnFinishInflate()
419 assertThat(outerCustomView.childCountAfterInflate).isEqualTo(1); in shouldInvokeOnFinishInflate()
440 CustomView3 outerCustomView = inflate(layout.custom_layout3); in shouldInflateViewsWithClassAttr() local
441 assertThat(outerCustomView.getText().toString()).isEqualTo("Hello bonjour"); in shouldInflateViewsWithClassAttr()