Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java424 public static class CustomView3 extends TextView { class in ShadowLayoutInflaterTest
425 public CustomView3(Context context) { in CustomView3() method in ShadowLayoutInflaterTest.CustomView3
429 public CustomView3(Context context, AttributeSet attrs) { in CustomView3() method in ShadowLayoutInflaterTest.CustomView3
433 public CustomView3(Context context, AttributeSet attrs, int defStyle) { in CustomView3() method in ShadowLayoutInflaterTest.CustomView3
440 CustomView3 outerCustomView = inflate(layout.custom_layout3); in shouldInflateViewsWithClassAttr()