Searched refs:theme_one (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | Theme_test.cpp | 228 std::unique_ptr<Theme> theme_one = assetmanager.NewTheme(); in TEST_F() local 229 ASSERT_TRUE(theme_one->ApplyStyle(app::R::style::StyleOne)); in TEST_F() 236 cookie = theme_one->GetAttribute(app::R::attr::attr_one, &value, &flags); in TEST_F() 243 EXPECT_EQ(kInvalidCookie, theme_one->GetAttribute(app::R::attr::attr_six, &value, &flags)); in TEST_F() 249 ASSERT_TRUE(theme_one->SetTo(*theme_two)); in TEST_F() 255 EXPECT_EQ(kInvalidCookie, theme_one->GetAttribute(app::R::attr::attr_one, &value, &flags)); in TEST_F() 258 cookie = theme_one->GetAttribute(app::R::attr::attr_six, &value, &flags); in TEST_F() 272 auto theme_one = assetmanager_one.NewTheme(); in TEST_F() local 273 ASSERT_TRUE(theme_one->ApplyStyle(app::R::style::StyleOne)); in TEST_F() 278 EXPECT_FALSE(theme_one->SetTo(*theme_two)); in TEST_F()
|