Searched refs:outerCustomView (Results 1 – 1 of 1) sorted by relevance
417 CustomView2 outerCustomView = inflate(layoutResId); in shouldInvokeOnFinishInflate() local418 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() local441 assertThat(outerCustomView.getText().toString()).isEqualTo("Hello bonjour"); in shouldInflateViewsWithClassAttr()