Searched refs:custom_layout (Results 1 – 2 of 2) sorted by relevance
76 mCustomLayout = mDialogContent.findViewById(R.id.custom_layout); in CustomDialogHelper()
1025 auto custom_layout = test::GetValueForConfigAndProduct<FileReference>( in TEST() local1027 ASSERT_THAT(custom_layout, NotNull()); in TEST()1028 EXPECT_THAT(*(custom_layout->path), Eq("res/layout/bar.xml")); in TEST()