Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java470 public static final int custom_layout=0x7f040003; field in R.layout
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAlertDialogTest.java140 builder.setView(R.layout.custom_layout); in shouldSetView_withLayoutId()
DShadowContextWrapperTest.java352 .inflate(R.layout.custom_layout, null); in shouldReturnApplicationContext_forViewContextInflatedWithApplicationContext()
DShadowLayoutInflaterTest.java211 CustomView view = inflate(layout.custom_layout); in shouldConstructCustomViewsWithAttributesConstructor()