Home | History | Annotate | Download | only in link

Lines Matching refs:styleable

59               "com.app.a:styleable/view",
80 EXPECT_TRUE(final_table.FindResource(test::ParseNameOrDie("com.app.a:styleable/view")));
306 .AddValue("com.app.a:styleable/Foo",
322 .AddValue("com.app.a:styleable/Foo", test::StyleableBuilder()
343 Styleable* styleable = test::GetValue<Styleable>(&final_table, "com.app.a:styleable/Foo");
344 ASSERT_THAT(styleable, NotNull());
351 EXPECT_THAT(styleable->entries, UnorderedElementsAreArray(expected_refs));